mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// @ts-check
|
||||
|
||||
import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
);
|
||||
{
|
||||
ignores: ['**/node_modules/', '**/dist/', '**/build/', '**/out/'],
|
||||
},
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.strict
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user