File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ root : true ,
2
3
env : {
3
4
browser : true ,
4
5
commonjs : true ,
5
6
node : true ,
6
7
es2020 : true
7
8
} ,
8
- extends : 'eslint-config-digitalbazaar' ,
9
- root : true ,
9
+ extends : [
10
+ 'digitalbazaar'
11
+ ] ,
10
12
ignorePatterns : [
11
13
'dist/' ,
12
14
'tests/webidl/WebIDLParser.js' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 26
26
"main" : " compare.js" ,
27
27
"dependencies" : {
28
28
"common-path-prefix" : " ^3.0.0" ,
29
- "eslint-plugin-unicorn" : " ^42.0.0" ,
30
29
"markdown-table" : " ^3.0.2" ,
31
30
"yargs" : " ^17.5.1"
32
31
},
33
- "devDependencies" : {
34
- "eslint" : " ^8.17.0" ,
35
- "eslint-config-digitalbazaar" : " ^3.0.0"
36
- },
37
32
"engines" : {
38
- "node" : " >=12 "
33
+ "node" : " >=14 "
39
34
},
40
35
"keywords" : [
41
36
" JSON" ,
45
40
" Semantic Web" ,
46
41
" jsonld" ,
47
42
" benchmark"
48
- ],
49
- "scripts" : {
50
- "lint" : " eslint ."
51
- }
43
+ ]
52
44
}
You can’t perform that action at this time.
0 commit comments