Skip to content

Commit

Permalink
chore: add common eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 17, 2025
1 parent d45835b commit 5bbbe03
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// @ts-check

import eslintConfig from '@pretendonetwork/eslint-config';

export default [
...eslintConfig,
{
ignores: [
'scripts/*'
'scripts/*',
'dist/*'
]
}
];
283 changes: 283 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@pretendonetwork/eslint-config": "^0.0.1",
"@smithy/types": "^4.0.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/dicer": "^0.2.4",
Expand Down

0 comments on commit 5bbbe03

Please sign in to comment.