Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
style: add ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Dec 3, 2018
1 parent 0129ce7 commit c054a1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"root": true,
"extends": [
"@getflywheel/eslint-config-local"
],
"rules": {
"import/no-unresolved": [
2,
{
"ignore": [
"^local"
]
}
]
}
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@getflywheel/eslint-config-local": "1.0.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1"
},
"dependencies": {},
"engines": {
Expand Down

0 comments on commit c054a1a

Please sign in to comment.