pharmacy
Version:
Browser and Node.js library for creating validators and sanitizers
31 lines (30 loc) • 675 B
Plain Text
{
"env": {
"node": true,
"es6": true
},
"rules": {
"block-scoped-var": 2,
"brace-style": [2, "1tbs"],
"camelcase": 1,
"curly": 2,
"eol-last": 2,
"eqeqeq": [2, "smart"],
"max-depth": [1, 3],
"max-statements": 0,
"max-len": [1, 120],
"new-cap": 1,
"no-extend-native": 2,
"no-mixed-spaces-and-tabs": 2,
"no-trailing-spaces": 2,
"no-use-before-define": 0,
"no-unused-vars": 1,
"quotes": [2, "single", "avoid-escape"],
"semi": [2, "always"],
"keyword-spacing": 2,
"object-curly-spacing": 1,
"array-bracket-spacing": 1,
"computed-property-spacing": 1,
"space-unary-ops": 0
}
}