Skip to content

Commit

Permalink
Add airbnb-base to .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 30, 2023
1 parent d137d0b commit 55e4b0f
Show file tree
Hide file tree
Showing 15 changed files with 1,657 additions and 497 deletions.
12 changes: 11 additions & 1 deletion api/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,24 @@
"@typescript-eslint"
],
"extends": [
"airbnb-base",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": [
"dist/**/*.js"
"dist/**"
],
"rules": {
"linebreak-style": "off",
"no-underscore-dangle": "off",
"no-restricted-syntax": "off",
"import/no-unresolved": "off",
"import/extensions": "off",
"max-len": "off",
"indent": "off",
"import/prefer-default-export": "off",
"no-await-in-loop":"off",
"no-console": "off",
"semi": [
"error",
Expand Down
Loading

0 comments on commit 55e4b0f

Please sign in to comment.