Skip to content

Commit

Permalink
Merge Conflict resolution .elsintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ricknjacky committed Jan 26, 2021
1 parent a9fb12e commit e4c7eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"browser": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "script",
"ecmaFeatures": {
"globalReturn": false
}
},
"extends": ["eslint:recommended", "prettier"],
"rules": {
"no-console": "warn",
Expand Down

0 comments on commit e4c7eb7

Please sign in to comment.