Skip to content

Commit

Permalink
Merge pull request #49 from ChoTotOSS/canary
Browse files Browse the repository at this point in the history
fix: import path
  • Loading branch information
tunguyen-ct authored Sep 14, 2023
2 parents 80c796b + eb39649 commit b0a7849
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@chotot/eslint-plugin-chotot": "workspace:*",
"@chotot/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "5.62.0",
"eslint-config-next": "13.4.8",
"@chotot/eslint-ruleset": "workspace:*"
"eslint-config-next": "13.4.8"
},
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const {
eslintBuiltInRules,
importPluginRules,
typescriptEslintPluginRules,
} = require('@chotot/eslint-config-base');
} = require('@chotot/eslint-config-base/src/rulesets');

const {
reactJSXA11yPluginRules,
Expand Down
5 changes: 0 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit b0a7849

Please sign in to comment.