milligram/.eslintrc

14 lines
173 B
Plaintext
Raw Normal View History

2016-11-22 22:30:05 +00:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2,
"quotes": ["error", "single"]
}
}