@form8ion/eslint-config-mocha
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -15,2 +15,3 @@ module.exports = { | ||
'mocha/no-setup-in-describe': 'off', | ||
'mocha/no-hooks-for-single-case': 'off', | ||
'filenames/match-regex': ['error', '^[a-z0-9\\-\\.]+-test$'], | ||
@@ -17,0 +18,0 @@ 'import/no-extraneous-dependencies': ['error', {devDependencies: true}] |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"files": [ | ||
@@ -26,7 +26,7 @@ "index.js" | ||
"@form8ion/commitlint-config": "^1.0.6", | ||
"@form8ion/eslint-config": "1.6.6", | ||
"@form8ion/eslint-config": "1.6.13", | ||
"@form8ion/remark-lint-preset": "^1.0.1", | ||
"ban-sensitive-files": "^1.9.2", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"husky": "^3.0.3", | ||
"husky": "^4.0.2", | ||
"npm-run-all": "^4.1.5", | ||
@@ -33,0 +33,0 @@ "remark-cli": "^7.0.0", |
4641
16