File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : [" eslint-config-atomic/strict" , " plugin:chai-friendly/recommended" ],
3
3
"ignorePatterns" : [" build/" , " node_modules/" ],
4
4
"rules" : {
5
+ "no-eq-null" : " warn" ,
6
+ "eqeqeq" : " warn" ,
7
+ "no-empty-function" : " warn" ,
8
+ "class-methods-use-this" : " warn" ,
9
+ "default-case" : " warn" ,
10
+ "no-new" : " warn" ,
11
+ "no-shadow" : " warn" ,
12
+ "no-invalid-this" : " warn" ,
13
+ "require-await" : " warn" ,
14
+ "no-useless-constructor" : " warn" ,
5
15
"@typescript-eslint/ban-types" : [
6
16
" error" ,
7
17
{
16
26
"allowArgumentsExplicitlyTypedAsAny" : true
17
27
}
18
28
],
19
- "@typescript-eslint/no-empty-function" : " off " ,
29
+ "@typescript-eslint/no-empty-function" : " warn " ,
20
30
"@typescript-eslint/no-explicit-any" : " off" ,
21
31
"@typescript-eslint/no-unused-vars" : [
22
32
" error" ,
Original file line number Diff line number Diff line change 38
38
"@types/mocha" : " ^8.2.0" ,
39
39
"@types/node" : " 14.14.22" ,
40
40
"@types/sinon" : " ^9.0.10" ,
41
- "@typescript-eslint/eslint-plugin" : " ^4.14.1" ,
42
- "@typescript-eslint/parser" : " ^4.14.1" ,
43
41
"chai" : " ^4.2.0" ,
44
- "eslint" : " ^7.18.0" ,
45
- "eslint-config-atomic" : " ^1.12.2" ,
42
+ "eslint-config-atomic" : " ^1.14.0" ,
46
43
"eslint-plugin-chai-friendly" : " ^0.6.0" ,
47
44
"mocha" : " ^8.2.1" ,
48
45
"mocha-appveyor-reporter" : " ^0.4.2" ,
You can’t perform that action at this time.
0 commit comments