Skip to content

Commit

Permalink
More configs, airbnb eslint dep
Browse files Browse the repository at this point in the history
  • Loading branch information
callummr committed May 22, 2017
1 parent 9e62e10 commit 5091891
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/package.json
Expand Up @@ -35,6 +35,7 @@
"css-loader": "0.28.1",
"dotenv": "4.0.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-react-app": "^1.0.2",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.33.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-scripts/template/.editorconfig
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
11 changes: 11 additions & 0 deletions packages/react-scripts/template/.eslintignore
@@ -0,0 +1,11 @@
**/node_modules/**
**/coverage/**
**/release/**
**/public/**
**/karma/**
**/.idea/**
**/.git/**
**/__tests__/**
**/bin/**
**/tmp/**
**/test/**

0 comments on commit 5091891

Please sign in to comment.