Skip to content

Commit

Permalink
Merge pull request #114 from MauricioRobayo/dependabot/npm_and_yarn/e…
Browse files Browse the repository at this point in the history
…slint-config-airbnb-typescript-13.0.0

build(deps-dev): bump eslint-config-airbnb-typescript from 12.3.1 to 13.0.0
  • Loading branch information
MauricioRobayo authored Aug 23, 2021
2 parents df163e0 + 8cd3033 commit 1131345
Show file tree
Hide file tree
Showing 5 changed files with 10,962 additions and 2,387 deletions.
19 changes: 14 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"root": true,
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["airbnb-typescript/base", "prettier"],
"parserOptions": {
"project": "./tsconfig.eslint.json"
"ecmaVersion": 12,
"sourceType": "module"
},
"ignorePatterns": ["coverage", "lib"]
"plugins": ["@typescript-eslint"],
"rules": {}
}
Loading

0 comments on commit 1131345

Please sign in to comment.