A search engine for MMP's eASLRB.
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.
 
 
 
 
 
asl-rulebook2/.eslintrc.json

22 lines
353 B

{
"env": {
"browser": true,
"jquery": true
},
"extends": [
"eslint:recommended",
"plugin:vue/essential"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"vue"
],
"globals": {
"Vue": "readable"
},
"rules": {
}
}