File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ module.exports = {
1111 ] ,
1212 settings : {
1313 'import/resolver' : {
14- ' node' : {
15- ' extensions' : [
14+ node : {
15+ extensions : [
1616 '.js' ,
1717 '.jsx' ,
1818 '.ts' ,
@@ -65,17 +65,17 @@ module.exports = {
6565 any : {
6666 message : 'Use `unknown` instead.' ,
6767 fixWith : 'unknown'
68- } ,
68+ }
6969 // TODO: Enforce `undefined` over `null` here too?
7070 }
7171 }
7272 ] ,
73- ' camelcase' : 'off' ,
73+ camelcase : 'off' ,
7474 '@typescript-eslint/camelcase' : [
7575 'error' ,
7676 {
7777 properties : 'always' ,
78- ignoreDestructuring : false ,
78+ ignoreDestructuring : false
7979 }
8080 ] ,
8181 '@typescript-eslint/class-name-casing' : 'error' ,
@@ -145,10 +145,11 @@ module.exports = {
145145 allowAsParameter : true
146146 }
147147 ] ,
148+ '@typescript-eslint/no-require-imports' : 'error' ,
148149 '@typescript-eslint/no-this-alias' : [
149150 'error' ,
150151 {
151- allowDestructuring : true ,
152+ allowDestructuring : true
152153 }
153154 ] ,
154155 '@typescript-eslint/no-triple-slash-reference' : 'error' ,
You can’t perform that action at this time.
0 commit comments