Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LoaderB0T committed Oct 3, 2024
1 parent c93f8e3 commit 0950153
Show file tree
Hide file tree
Showing 8 changed files with 2,121 additions and 1,073 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import awdwareNode from '@awdware/eslint-config-nodejs';

export default [
{
ignores: ['test/**/*', '**/jest.config.ts', 'eslint.config.mjs'],
},
...awdwareNode,
{
rules: {},
},
];
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@awdware/eslint-config-base": "^1.2.0",
"@awdware/eslint-config-nodejs": "^1.0.0",
"@awdware/eslint-config-base": "^2.1.0",
"@awdware/eslint-config-nodejs": "^2.0.0",
"@awdware/prettier-config": "^1.0.0",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.54.0",
"eslint": "^9.11.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-unused-imports": "4.1.4",
"http-server": "^14.1.1",
"legally": "^3.5.10",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"typescript-eslint": "8.8.0"
},
"prettier": "@awdware/prettier-config",
"keywords": [
Expand Down
Loading

0 comments on commit 0950153

Please sign in to comment.