fix: bring back eslint-plugin-html
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = {
|
||||
'plugin:jsonc/recommended-with-jsonc',
|
||||
'plugin:yml/standard',
|
||||
],
|
||||
plugins: ['unicorn'],
|
||||
plugins: ['html', 'unicorn'],
|
||||
settings: {
|
||||
'import/resolver': {
|
||||
node: { extensions: ['.js', '.mjs', '.ts', '.d.ts'] },
|
||||
|
||||
Reference in New Issue
Block a user