3.2.1 • Published 2 years ago

@prazdevs/eslint-config v3.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESLint config w/ Prettier formatting

Get this config by extending @prazdevs/eslint-config.

Not interested in Prettier formatting? Check out @prazdevs/eslint-config-vue.

Prerequisites


This config needs the following dependencies installed:

'eslint': '>=7.30.0',
'prettier': '>=2.3.2',

Plugins


This config uses the following plugins:

'prettier',

Extends


This config extends the following configs:

'@prazdevs/eslint-config-vue', 
'plugin:prettier/recommended'

Rules


This config adds/modifies the following rules:

// prettier config
'prettier/prettier': [
  'error',
  {
    arrowParens: 'avoid',
    proseWrap: 'always',
    quoteProps: 'consistent',
    semi: false,
    singleQuote: true,
  },
],

Note: using this config will disable most of @prazdevs/eslint-config-javascript stylistic rules as Prettier now handles them.

3.2.1

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.2.0

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

1.2.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago