Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
feat: Rename ESLint config from index.js to .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Jul 11, 2019
1 parent 26b9a1a commit 39b0223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,9 +25,9 @@
"lint": "eslint --config index.js -f codeframe *.js",
"release": "standard-version"
},
"main": "index.js",
"main": ".eslintrc.js",
"files": [
"index.js"
".eslintrc.js"
],
"dependencies": {
"eslint-config-standard": "^13.0.0",
Expand Down

0 comments on commit 39b0223

Please sign in to comment.