Skip to content

Commit

Permalink
eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jan 30, 2024
1 parent 9770cc4 commit 7c0e6d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
'@inker/eslint-config-typescript',
// 'plugin:import/errors',
// 'plugin:import/warnings',
"prettier",
],

plugins: [
Expand Down Expand Up @@ -44,15 +45,6 @@ module.exports = {
},

rules: {
// TODO: remove (formatting)
indent: 0,
'function-paren-newline': 0,
'generator-star-spacing': 0,
'no-extra-semi': 0,
'object-curly-newline': 0,
'operator-linebreak': 0,
'react/jsx-wrap-multilines': 0,

'object-property-newline': [
2,
{
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"esbuild-loader": "^4.0.1",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
Expand Down

0 comments on commit 7c0e6d9

Please sign in to comment.