mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 02:24:05 +00:00
12
status-page/eslint.config.js
Normal file
12
status-page/eslint.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import eslintPluginAstro from 'eslint-plugin-astro';
|
||||
import tsParser from '@typescript-eslint/parser';
|
||||
|
||||
export default [
|
||||
...eslintPluginAstro.configs.recommended,
|
||||
{
|
||||
files: ['src/**/*.ts'],
|
||||
languageOptions: {
|
||||
parser: tsParser,
|
||||
},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user