mirror of https://github.com/artf/grapesjs.git
nocodeframeworkdrag-and-dropsite-buildersite-generatortemplate-builderui-builderweb-builderweb-builder-frameworkwebsite-builderno-codepage-builder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
282 B
17 lines
282 B
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"strict": 0,
|
|
"quotes": [0, "single"],
|
|
"eol-last": [0],
|
|
"no-mixed-requires": [0],
|
|
"no-underscore-dangle": [0]
|
|
}
|
|
}
|
|
|