Reduce number of dotfiles

This commit is contained in:
Nicolas Gallagher
2017-05-25 22:33:40 -07:00
parent a388ef3e26
commit 9163b974db
5 changed files with 11 additions and 19 deletions

View File

@@ -1,8 +0,0 @@
{
"presets": [
"react-native"
],
"plugins": [
[ "transform-react-remove-prop-types", { "mode": "wrap" } ]
]
}

View File

@@ -1,9 +0,0 @@
# EditorConfig: http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

View File

@@ -1,7 +1,7 @@
[ignore]
.*/__tests__/.*
.*/examples/.*
.*/performance/.*
.*/benchmarks/.*
.*/docs/.*
.*/node_modules/animated/*
[include]

View File

@@ -5,4 +5,5 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint
- npm test

View File

@@ -25,6 +25,14 @@
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"babel": {
"presets": [
"react-native"
],
"plugins": [
[ "transform-react-remove-prop-types", { "mode": "wrap" } ]
]
},
"jest": {
"testEnvironment": "jsdom",
"timers": "fake",