packages/cli: remove notice plugin from eslint config
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = {
|
||||
'plugin:monorepo/recommended',
|
||||
],
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['notice', 'import'],
|
||||
plugins: ['import'],
|
||||
env: {
|
||||
jest: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user