feat: implement pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import js from '@eslint/js';
|
||||
import globals from 'globals';
|
||||
import ts from 'typescript-eslint';
|
||||
|
||||
export default [
|
||||
{ languageOptions: { globals: globals.browser } },
|
||||
js.configs.recommended,
|
||||
...ts.configs.recommended,
|
||||
{ ignores: ['dist/'] },
|
||||
];
|
||||
Reference in New Issue
Block a user