Free and Open source Web Builder Framework. Next generation tool for building templates without coding
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.
 
 
 
 

26 lines
493 B

{
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"strict": 0,
"quotes": ["warn", "single", { "avoidEscape": true }],
"eol-last": ["warn", "always"],
"no-mixed-requires": [0],
"no-underscore-dangle": [0]
},
"overrides": [{
"files": ["*.ts"],
"parser": "@typescript-eslint/parser"
}],
"ignorePatterns": [
"dist/*",
"locale/*",
"private/*"
]
}