Skip to content

Commit

Permalink
Configs polish
Browse files Browse the repository at this point in the history
  • Loading branch information
puzrin committed Dec 5, 2023
1 parent 0140e03 commit d83613c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ overrides:
files: [ 'test/**' ]
env: { mocha: true }
-
files: [ 'lib/**' ]
files: [ 'lib/**', 'index.mjs' ]
parserOptions: { ecmaVersion: 2015 }

ignorePatterns:
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"import": "./*"
}
},
"files": [
"index.mjs",
"lib/",
"dist/"
],
"scripts": {
"lint": "eslint .",
"build": "rollup -c",
Expand Down

0 comments on commit d83613c

Please sign in to comment.