exframe-document-validator
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"env": { | ||
"node": true | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 2017, | ||
"ecmaFeatures": { | ||
"experimentalObjectRestSpread": true | ||
} | ||
}, | ||
"extends": "airbnb-base", | ||
"rules": { | ||
"brace-style": [ | ||
0 | ||
], | ||
"comma-dangle": [ | ||
2, | ||
"never" | ||
], | ||
"consistent-return": [ | ||
0 | ||
], | ||
"arrow-body-style": [ | ||
1, | ||
"as-needed" | ||
], | ||
"no-underscore-dangle": [ | ||
2, | ||
{ | ||
"allow": [ | ||
"_id", | ||
"_" | ||
] | ||
} | ||
], | ||
"import/no-unresolved": [ | ||
0 | ||
], | ||
"max-len": [ | ||
2, | ||
180, | ||
{ | ||
"ignoreComments": true, | ||
"ignoreTrailingComments": true, | ||
"ignoreUrls": true, | ||
"ignoreStrings": true, | ||
"ignoreTemplateLiterals": true | ||
} | ||
], | ||
"no-param-reassign": 0, | ||
"requireTrailingComma": 0, | ||
"linebreak-style": 0, | ||
"no-console": [ | ||
0 | ||
], | ||
"no-nested-ternary": [ | ||
0 | ||
], | ||
"strict": [ | ||
0, | ||
"global" | ||
] | ||
} | ||
"extends": "exzeo/base" | ||
} |
{ | ||
"name": "exframe-document-validator", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"eslint": "*", | ||
"eslint-config-airbnb-base": "*", | ||
"eslint-config-exzeo": "*", | ||
"eslint-plugin-import": "*", | ||
@@ -40,3 +40,3 @@ "lodash": "*", | ||
}, | ||
"gitHead": "56ff8bc05dfaf32745361c9685fe276ddc5f8478" | ||
"gitHead": "ef87c842aa08c54cbcb03ee075db8463ebc8fd43" | ||
} |
43521
1130