Skip to content

Commit 7af4a7c

Browse files
author
Hideki Tanaka
committed
remove prettier presets and disable comment-related properties
1 parent 34267cd commit 7af4a7c

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ module.exports = {
4040
],
4141
rules: {
4242
'array-element-newline': ['error', 'consistent'],
43+
'capitalized-comments': 0,
4344
'function-call-argument-newline': ['error', 'consistent'],
4445
'function-paren-newline': ['error', 'consistent'],
4546
'import/order': ['error', { alphabetize: { order: 'asc' } }],
4647
indent: ['error', 2],
4748
'max-len': ['error', { code: 120 }],
49+
'multiline-comment-style': 0,
4850
'no-magic-numbers': 'off',
4951
'no-secrets/no-secrets': 'error',
5052
'no-ternary': 'off',

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tuxsnct",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Shareable ESLint config for tuxsnct.",
55
"keywords": [
66
"eslint",
@@ -21,7 +21,6 @@
2121
"@emotion/eslint-plugin": "^11.7.0",
2222
"@typescript-eslint/eslint-plugin": "^5.8.0",
2323
"@typescript-eslint/parser": "^5.8.0",
24-
"eslint-config-prettier": "^8.3.0",
2524
"eslint-config-standard": "^16.0.3",
2625
"eslint-plugin-compat": "^4.0.0",
2726
"eslint-plugin-eslint-comments": "^3.2.0",

pnpm-lock.yaml

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

prettier.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)