Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Feb 1, 2021
1 parent 81730eb commit 279a3b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
},
"settings": {
"import/ignore": "/template/"

},
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
}
2 changes: 1 addition & 1 deletion packages/snowpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"main": "snowpack.config.js",
"main": "snowpack.config.cjs",
"dependencies": {
"@snowpack/plugin-svelte": "^3.5.2"
}
Expand Down
File renamed without changes.

0 comments on commit 279a3b0

Please sign in to comment.