switch to codemirror
This commit is contained in:
20
playground/.eslintrc
Normal file
20
playground/.eslintrc
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module",
|
||||
"ecmaFeatures": {
|
||||
"jsx": true,
|
||||
"classes": true,
|
||||
"defaultParams": true
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"curly": ["error", "multi"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user