2 extends: ['@proton/eslint-config-proton'],
3 parser
: '@typescript-eslint/parser',
5 tsconfigRootDir
: __dirname
,
6 project
: './tsconfig.json',
8 ignorePatterns
: ['.eslintrc.js', 'vite.config.ts'],
10 'no-restricted-syntax': [
13 selector
: 'Literal[value=/localhost/]',
14 message
: "Usage of 'localhost' string is not allowed.",