Files
static-testing-tools/.eslintrc
Kent C. Dodds c8bc20bf21 init
2018-09-10 18:26:48 -07:00

15 lines
287 B
Plaintext

{
"parser": "babel-eslint",
"rules": {
"valid-typeof": "error",
"no-negated-in-lhs": "error",
"no-unused-vars": "error",
"no-template-curly-in-string": "error",
"no-undef": "error",
"no-unexpected-multiline": "error"
},
"env": {
"browser": true
}
}