Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Apr 6, 2024
1 parent f030721 commit 48e4318
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 26 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { neostandardSemi, neostandardTsOnlySemi } from '@voxpelli/neostandard';
import { neostandardSemi, neostandardTsOnlySemi } from 'neostandard';

import { additionalRules } from './base-configs/additional-rules.js';
import { jsdocRules } from './base-configs/jsdoc.js';
Expand Down
53 changes: 31 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"test": "run-s check"
},
"devDependencies": {
"@types/node": "^18.19.30",
"@types/eslint": "^8.40.2",
"@types/node": "^18.19.30",
"@typescript-eslint/utils": "^7.5.0",
"@voxpelli/tsconfig": "^11.0.0",
"compare-eslint-configs": "^2.1.0",
Expand All @@ -60,12 +60,12 @@
"eslint": "^9.0.0"
},
"dependencies": {
"@voxpelli/neostandard": "^0.0.0",
"eslint": "^9.0.0",
"eslint-plugin-es-x": "^7.6.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^17.0.0-6",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^52.0.0"
"eslint-plugin-unicorn": "^52.0.0",
"neostandard": "^0.1.0"
}
}

0 comments on commit 48e4318

Please sign in to comment.