stacked-menu
Version:
A flexible stacked navigation menu.
27 lines • 543 B
JSON
{
"env": {
"browser": true,
"es6": true,
"amd": true,
"commonjs": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-tabs": 2,
"no-console": 0,
"valid-jsdoc": 2,
"camelcase": 2,
"no-var": 2,
"spaced-comment": 2,
"no-trailing-spaces": 2,
"indent": [2, 2],
"linebreak-style": [2, "unix"],
"quotes": [2, "single"],
"semi": [2, "never"],
"arrow-spacing": 2,
"no-confusing-arrow": [2, {"allowParens": false}]
}
}