File tree Expand file tree Collapse file tree 3 files changed +19
-25
lines changed Expand file tree Collapse file tree 3 files changed +19
-25
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 97
97
"hooks" : {
98
98
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
99
99
}
100
+ },
101
+ "eslintConfig" : {
102
+ "extends" : [
103
+ " @verdaccio"
104
+ ],
105
+ "rules" : {
106
+ "@typescript-eslint/no-var-requires" : 0 ,
107
+ "@typescript-eslint/ban-ts-ignore" : 0 ,
108
+ "@typescript-eslint/no-inferrable-types" : [" warn" ],
109
+ "@typescript-eslint/no-empty-function" : [" warn" ],
110
+ "@typescript-eslint/no-this-alias" : [" warn" ],
111
+ "@typescript-eslint/no-use-before-define" : 0 ,
112
+ "@typescript-eslint/array-type" : [" warn" ],
113
+ "@typescript-eslint/no-explicit-any" : 0 ,
114
+ "@typescript-eslint/explicit-function-return-type" : 0 ,
115
+ "@typescript-eslint/interface-name-prefix" : 0 ,
116
+ "@typescript-eslint/explicit-member-accessibility" : 0
117
+ },
118
+ "ignorePatterns" : [" build/" , " node_modules/" ]
100
119
}
101
120
}
You can’t perform that action at this time.
0 commit comments