File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import eslint from "@eslint/js" ;
2- import stylistic from "@stylistic/eslint-plugin" ;
3- import jsdoc from "eslint-plugin-jsdoc" ;
4- import eslintConfigPrettier from "eslint-config-prettier" ;
5- import eslintPluginPrettier from "eslint-plugin-prettier" ;
6- import eslintPluginSecurity from "eslint-plugin-security" ;
7- import globals from "globals" ;
8- import tseslint from "typescript-eslint" ;
1+ import eslint from "@eslint/js"
2+ import stylistic from "@stylistic/eslint-plugin"
3+ import jsdoc from "eslint-plugin-jsdoc"
4+ import eslintConfigPrettier from "eslint-config-prettier"
5+ import eslintPluginPrettier from "eslint-plugin-prettier"
6+ import eslintPluginSecurity from "eslint-plugin-security"
7+ import globals from "globals"
8+ import tseslint from "typescript-eslint"
99
1010export default tseslint . config (
1111 {
@@ -193,4 +193,4 @@ export default tseslint.config(
193193 } ,
194194 } ,
195195 // eslintPluginPrettierRecommended,
196- ) ;
196+ )
You can’t perform that action at this time.
0 commit comments