Skip to content

Commit

Permalink
chore: update eslint (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Sep 17, 2021
1 parent 8ab3374 commit 05fd0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"env": {
"browser": true,
"node": true,
"es6": true,
"jest/globals": true
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"format": "prettier *.json *.js --write && eslint src/* --fix",
"lint": "eslint src/*",
"format": "eslint . --fix",
"lint": "eslint .",
"prepare": "rm -rf dist && rollup -c",
"test": "jest src/*",
"docs": "typedoc src/index.ts"
Expand Down

0 comments on commit 05fd0f7

Please sign in to comment.