Skip to content

Commit

Permalink
Change eslintrc and change command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
salesh committed Jan 16, 2021
1 parent dfe518b commit 1442626
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"standard"
],
"rules": {
"no-var": "off"
}
}
17 changes: 0 additions & 17 deletions eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"docs": "docsify serve",
"browser-test": "airtap --local 8080 test/browser*test.js",
"lint": "eslint . --config=eslintrc.json",
"lint": "eslint .",
"test": "npm run lint && tap --100 test/*test.js test/*/*test.js",
"cov-ui": "tap --coverage-report=html test/*test.js test/*/*test.js",
"bench": "node benchmarks/utils/runbench all",
Expand Down

0 comments on commit 1442626

Please sign in to comment.