Skip to content

Commit 8763a39

Browse files
committed
Update formatting
1 parent 0c1d3f2 commit 8763a39

12 files changed

+265
-164
lines changed

.changeset/config.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"access": "public",
4-
"baseBranch": "main",
5-
"changelog": [
6-
"@zazen/changesets-changelog",
7-
{ "repo": "stormwarning/eslint-plugin-import-sorting" }
8-
],
9-
"commit": false,
10-
"fixed": [],
11-
"ignore": [],
12-
"linked": [],
13-
"updateInternalDependencies": "patch"
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"access": "public",
4+
"baseBranch": "main",
5+
"changelog": [
6+
"@zazen/changesets-changelog",
7+
{ "repo": "stormwarning/eslint-plugin-import-sorting" }
8+
],
9+
"commit": false,
10+
"fixed": [],
11+
"ignore": [],
12+
"linked": [],
13+
"updateInternalDependencies": "patch"
1414
}

.editorconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ root = true
44
[*]
55
charset = utf-8
66
end_of_line = lf
7-
indent_size = 4
87
indent_style = tab
98
insert_final_newline = true
109
trim_trailing_whitespace = true
1110

1211
[*.md]
1312
trim_trailing_whitespace = false
14-
15-
[*.{json,yml,yaml}]
16-
indent_size = 2
17-
indent_style = space

.eslintrc.cjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ const config = {
3636
/** Disabled for now pending refactor. */
3737
'unicorn/no-array-reduce': 'off',
3838

39-
'unicorn/no-unnecessary-polyfills': [
40-
'error',
41-
{ targets: 'node current' },
42-
],
39+
'unicorn/no-unnecessary-polyfills': ['error', { targets: 'node current' }],
4340

4441
'etc/no-assign-mutated-array': 'off',
4542
'etc/prefer-less-than': 'off',

package-lock.json

Lines changed: 155 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)