mirror of
https://github.com/zhigang1992/uber-cities.git
synced 2026-04-30 02:04:58 +08:00
18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"extends": ["standard", "plugin:react/recommended"],
|
|
"rules": {
|
|
"react/prop-types": 0,
|
|
"space-before-function-paren": 0,
|
|
"indent": 0
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.0"
|
|
}
|
|
}
|
|
}
|