File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
"build" : " rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps" ,
63
63
"check-readme" : " babel-node ./src/bin/generateReadme.js --check" ,
64
64
"create-readme" : " babel-node ./src/bin/generateReadme.js" ,
65
- "lint-fix" : " eslint --fix ./src ./test" ,
66
- "lint" : " eslint ./src ./test" ,
65
+ "lint-fix" : " eslint --report-unused-disable-directives -- fix ./src ./test" ,
66
+ "lint" : " eslint --report-unused-disable-directives ./src ./test" ,
67
67
"test-cov" : " BABEL_ENV=test nyc mocha --recursive --require @babel/register --reporter progress --timeout 9000" ,
68
68
"test-no-cov" : " BABEL_ENV=test mocha --recursive --require @babel/register --reporter progress --timeout 9000" ,
69
69
"test-index" : " BABEL_ENV=test mocha --recursive --require @babel/register --reporter progress --timeout 9000 test/rules/index.js" ,
You can’t perform that action at this time.
0 commit comments