Skip to content

Commit

Permalink
Remove slow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
krisread committed Aug 30, 2019
1 parent aeda88e commit b4abec0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ module.exports = {

'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_+' }],
'@typescript-eslint/explicit-function-return-type': 'error',
'@typescript-eslint/promise-function-async': [
"error",
{
"checkArrowFunctions": true,
"checkFunctionDeclarations": true,
"checkFunctionExpressions": true,
"checkMethodDeclarations": true
}
],

// Commentingi this out until we are on 2.0.0
// This makes the linter 10x slower on 1.x
//
// '@typescript-eslint/promise-function-async': [
// "error",
// {
// "checkArrowFunctions": true,
// "checkFunctionDeclarations": true,
// "checkFunctionExpressions": true,
// "checkMethodDeclarations": true
// }
// ],

'node/exports-style': 'error',
'node/no-unsupported-features/es-syntax': [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-neo",
"version": "0.3.2",
"version": "0.3.3",
"description": "Official Neo Financial ESLint configuration",
"main": "index.js",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
Expand Down

0 comments on commit b4abec0

Please sign in to comment.