Skip to content

Commit

Permalink
🛠️ [Config] Revise several dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Oct 17, 2023
1 parent d59abec commit dbd76eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
node_modules/

# Ignore artifacts:
build/
coverage/
dist/
storybook-static/

4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
"browser": true,
"es2022": true
},
"extends": ["standard-with-typescript", "prettier"],
"plugins": ["prettier"],
"extends": ["standard-with-typescript", "plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
},
"rules": {
"no-console": "warn",
"prettier/prettier": ["error"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/consistent-indexed-object-style": [
"error",
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"search.exclude": {
"**/node_modules": true,
"lib": true,
"dist/": true,
"storybook-static/": true
"dist/": true
}
}

0 comments on commit dbd76eb

Please sign in to comment.