Skip to content

Commit

Permalink
Add configuration files for external tools
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke <daisuke.mino@gmail.com>
  • Loading branch information
minodisk committed May 17, 2018
1 parent a95a98b commit 386b346
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"env": {
"test": {
"presets": ["flow"],
"plugins": ["transform-react-jsx", "transform-es2015-modules-commonjs"]
}
}
}
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parser": "babel-eslint",
"extends": [
"standard",
"prettier",
"prettier/flowtype",
"plugin:flowtype/recommended"
],
"plugins": ["flowtype"],
"env": {
"jest": true
},
"rules": {
"standard/no-callback-literal": false
}
}
11 changes: 11 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[ignore]

[include]

[libs]

[lints]

[options]

[strict]

0 comments on commit 386b346

Please sign in to comment.