seespee
Version:
Create a Content-Security-Policy for a website based on the statically decidable relations
21 lines (20 loc) • 411 B
Plain Text
{
"extends": ["standard", "prettier"],
"plugins": ["import", "mocha"],
"env": {
"mocha": true
},
"rules": {
"prefer-template": "error",
"mocha/no-exclusive-tests": "error",
"mocha/no-nested-tests": "error",
"mocha/no-identical-title": "error",
"prefer-const": [
"error",
{
"destructuring": "all",
"ignoreReadBeforeAssign": false
}
]
}
}