Skip to content

Commit

Permalink
update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 13, 2023
1 parent e77e66d commit 6126499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/rollup-plugin/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wq.js
1 change: 1 addition & 0 deletions packages/rollup-plugin/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
globals: {
module: "readonly",
process: "readonly",
global: "readonly",
__dirname: "readonly",
},
parserOptions: {
Expand Down

0 comments on commit 6126499

Please sign in to comment.