Installed ESLint and Prettier
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import js from '@eslint/js';
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
{
|
||||
ignores: ['**/dist/**', '**/www/**', '**/node_modules/**', '**/.stencil/**'],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user