omi/.eslintrc

14 lines
196 B
Plaintext
Raw Normal View History

2018-10-22 17:39:56 +08:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
2018-10-25 21:30:18 +08:00
"semi": [1, "never"],
"indent": ["error", 2]
2018-10-22 17:39:56 +08:00
}
}