File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
"extends": "@ljharb",
5
5
6
+ "ignorePatterns": [
7
+ "test/resolver/malformed_package_json/package.json",
8
+ "test/list-exports/**",
9
+ ],
10
+
6
11
"rules": {
7
12
"indent": [2, 4],
8
13
"strict": 0,
58
63
},
59
64
},
60
65
],
61
-
62
- "ignorePatterns": [
63
- "./test/resolver/malformed_package_json/package.json",
64
- ],
65
66
}
Original file line number Diff line number Diff line change 32
32
"prepack" : " npmignore --auto --commentLines=autogenerated" ,
33
33
"prepublishOnly" : " safe-publish-latest" ,
34
34
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
35
- "prelint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
35
+ "prelint" : " eclint check $(git ls-files | grep -Ev test \/ list-exports$ | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
36
36
"lint" : " eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'" ,
37
37
"pretests-only" : " cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async" ,
38
38
"tests-only" : " tape test/*.js" ,
You can’t perform that action at this time.
0 commit comments