Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
fix: removes form8ion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CNDW committed Jan 14, 2021
1 parent 6c6eda4 commit af6f3c8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 34 deletions.
19 changes: 18 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
module.exports = {
extends: '@form8ion/mocha'
overrides: [{
files: '**/*-test.js',

env: {mocha: true},

plugins: ['mocha'],

extends: ['plugin:mocha/recommended'],

rules: {
'mocha/no-skipped-tests': 'error',
'mocha/no-mocha-arrows': 'off',
'mocha/no-setup-in-describe': 'off',
'mocha/no-hooks-for-single-case': 'off',
'filenames/match-regex': ['error', '^[a-z0-9\\-\\.]+-test$'],
'import/no-extraneous-dependencies': ['error', {devDependencies: true}]
}
}]
};
44 changes: 12 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"travis-lint": "^1.0.0"
},
"dependencies": {
"@form8ion/eslint-config-mocha": "1.2.8"
"eslint-plugin-mocha": "8.0.0"
}
}

0 comments on commit af6f3c8

Please sign in to comment.