mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// @ts-check
|
||||
import tseslint from 'typescript-eslint';
|
||||
import browser from './eslint.browser.js';
|
||||
import extension from './eslint.extension.js';
|
||||
|
||||
/* Exists so anything looking for an ESLint config file (including VSCode and the `eslint` command) can find the rules. */
|
||||
export default tseslint.config([
|
||||
{
|
||||
ignores: [
|
||||
// Ignore built files.
|
||||
'dashboard/**/*',
|
||||
'extension/**/*',
|
||||
'graphics/**/*',
|
||||
'shared/dist/**/*',
|
||||
],
|
||||
},
|
||||
browser,
|
||||
extension,
|
||||
]);
|
||||
Reference in New Issue
Block a user