Skip to content

Commit

Permalink
Updates to eslint config to better reflect codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 22, 2024
1 parent 6f87f3e commit 346ea18
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1,5 +1,5 @@
coverage/
node_modules/
dist/
__tests__/
__tests__/__fixtures__/
rollup.config.js
4 changes: 4 additions & 0 deletions __tests__/.eslintrc.json
@@ -1,5 +1,9 @@
{
"env": {
"jest": true
},
"rules": {
"no-undef": "off",
"import/no-named-as-default-member": "off"
}
}
57 changes: 28 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,14 +61,14 @@
},
"prettier": "@github/prettier-config",
"devDependencies": {
"@changesets/changelog-github": "0.4.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "2.26.1",
"@github/prettier-config": "^0.0.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/parser": "^7.7.0",
"dedent": "1.5.1",
"dedent": "^1.5.3",
"eslint": "^8.0.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
Expand Down

0 comments on commit 346ea18

Please sign in to comment.