mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-06 15:56:22 +00:00
feat(deps): Dropped prettier from eslint configs
This commit is contained in:
@@ -10,8 +10,7 @@ module.exports = {
|
||||
extends: [
|
||||
'plugin:promise/recommended',
|
||||
'plugin:sonarjs/recommended',
|
||||
'standard',
|
||||
'plugin:prettier/recommended'
|
||||
'standard'
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 12
|
||||
|
||||
Reference in New Issue
Block a user