Skip to content

Commit bbf46c3

Browse files
authored
feat: migrate named rule and related usage (#44)
1 parent 6ee88e8 commit bbf46c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1803
-1635
lines changed

.changeset/rotten-glasses-ring.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
feat: migrate named rule and related usage

.markdownlint.json

-10
This file was deleted.

.markdownlintignore

-2
This file was deleted.

babel.config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ module.exports = {
2828
overrides: [
2929
{
3030
include: '**/*.ts',
31-
presets: ['@babel/typescript'],
31+
presets: [
32+
[
33+
'@babel/typescript',
34+
{
35+
allowDeclareFields: true,
36+
},
37+
],
38+
],
3239
},
3340
],
3441
}

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"@changesets/cli": "^2.27.1",
7171
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
7272
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
73+
"@types/debug": "^4.1.12",
74+
"@types/doctrine": "^0.0.9",
7375
"@types/eslint": "^8.56.5",
7476
"@types/jest": "^29.5.12",
7577
"@types/json-schema": "^7.0.15",

0 commit comments

Comments
 (0)