File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 3535 "no-throw-literal": 0,
3636 },
3737 },
38+ {
39+ "files": "test/**",
40+ "rules": {
41+ "max-lines": 0,
42+ "max-lines-per-function": 0,
43+ },
44+ },
3845 ],
3946}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = function () {
22 // see https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi
33 var origPrepareStackTrace = Error . prepareStackTrace ;
44 Error . prepareStackTrace = function ( _ , stack ) { return stack ; } ;
5- var stack = ( new Error ( ) ) . stack ;
5+ var stack = ( new Error ( ) ) . stack ; // eslint-disable-line no-extra-parens
66 Error . prepareStackTrace = origPrepareStackTrace ;
77 return stack [ 2 ] . getFileName ( ) ;
88} ;
Original file line number Diff line number Diff line change 2424 "test:multirepo" : " cd ./test/resolver/multirepo && npm install && npm test"
2525 },
2626 "devDependencies" : {
27- "@ljharb/eslint-config" : " ^13 .1.1 " ,
28- "eslint" : " ^5.16 .0" ,
27+ "@ljharb/eslint-config" : " ^14 .1.0 " ,
28+ "eslint" : " ^6.6 .0" ,
2929 "object-keys" : " ^1.1.1" ,
30- "safe-publish-latest" : " ^1.1.2 " ,
30+ "safe-publish-latest" : " ^1.1.3 " ,
3131 "tap" : " 0.4.13" ,
3232 "tape" : " ^4.11.0"
3333 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments