Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Dec 19, 2024
1 parent 0c1d3f2 commit 8763a39
Show file tree
Hide file tree
Showing 12 changed files with 265 additions and 164 deletions.
24 changes: 12 additions & 12 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@zazen/changesets-changelog",
{ "repo": "stormwarning/eslint-plugin-import-sorting" }
],
"commit": false,
"fixed": [],
"ignore": [],
"linked": [],
"updateInternalDependencies": "patch"
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@zazen/changesets-changelog",
{ "repo": "stormwarning/eslint-plugin-import-sorting" }
],
"commit": false,
"fixed": [],
"ignore": [],
"linked": [],
"updateInternalDependencies": "patch"
}
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{json,yml,yaml}]
indent_size = 2
indent_style = space
5 changes: 1 addition & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ const config = {
/** Disabled for now pending refactor. */
'unicorn/no-array-reduce': 'off',

'unicorn/no-unnecessary-polyfills': [
'error',
{ targets: 'node current' },
],
'unicorn/no-unnecessary-polyfills': ['error', { targets: 'node current' }],

'etc/no-assign-mutated-array': 'off',
'etc/prefer-less-than': 'off',
Expand Down
170 changes: 155 additions & 15 deletions package-lock.json

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

Loading

0 comments on commit 8763a39

Please sign in to comment.