Skip to content

Commit

Permalink
fix: small adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataswalker committed Dec 23, 2021
1 parent dd92f4e commit daccaca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
'**/*.min.*',
],
rules,
plugins: ['security', 'import', 'sonarjs'],
plugins: ['promise', 'security', 'import', 'sonarjs'],
extends: [
'eslint:recommended',
'airbnb-base',
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-jwalker",
"version": "7.0.0",
"version": "7.0.2",
"description": "Shareable framework-agnostic ESLint config",
"author": "Jonatas Walker",
"homepage": "https://github.com/jonataswalker/eslint-config-jwalker",
Expand Down
16 changes: 0 additions & 16 deletions rules/prettier.js

This file was deleted.

0 comments on commit daccaca

Please sign in to comment.