Skip to content

Commit d45c6ff

Browse files
committed
Add import plugin again
1 parent b2365ed commit d45c6ff

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.eslintrc.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
module.exports = {
2-
plugins: ['html', 'prettier', 'standard'],
3-
extends: ['standard', 'prettier', 'prettier/standard'],
2+
plugins: ['html', 'import', 'prettier', 'standard'],
3+
extends: [
4+
'eslint:recommended',
5+
'plugin:import/errors',
6+
'plugin:import/warnings',
7+
'standard',
8+
'prettier',
9+
'prettier/standard'
10+
],
411
parser: 'babel-eslint',
512
parserOptions: {
613
ecmaVersion: 2020,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pauloelias/eslint-config-javascript-standard-core",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "An opinionated ESLint config for JavaScript projects.",
55
"keywords": [
66
"javascript",

0 commit comments

Comments
 (0)