Skip to content

Commit

Permalink
feat: migrate named rule and related usage (un-ts#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 13, 2024
1 parent 6ee88e8 commit bbf46c3
Show file tree
Hide file tree
Showing 42 changed files with 1,803 additions and 1,635 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-glasses-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-import-x": patch
---

feat: migrate named rule and related usage
10 changes: 0 additions & 10 deletions .markdownlint.json

This file was deleted.

2 changes: 0 additions & 2 deletions .markdownlintignore

This file was deleted.

9 changes: 8 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ module.exports = {
overrides: [
{
include: '**/*.ts',
presets: ['@babel/typescript'],
presets: [
[
'@babel/typescript',
{
allowDeclareFields: true,
},
],
],
},
],
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
"@changesets/cli": "^2.27.1",
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
"@types/debug": "^4.1.12",
"@types/doctrine": "^0.0.9",
"@types/eslint": "^8.56.5",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
Expand Down
Loading

0 comments on commit bbf46c3

Please sign in to comment.