0.4.2 • Published 8 months ago

sqd-eslint v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

sqd-eslint 0.4

const tseslint = require('typescript-eslint');
const sqd = require('sqd-eslint');

module.exports = tseslint.config(
    {
        ignores: [
            'build/',
            'tmp/'
        ]
    },
    ...sqd.configs.base,
    ...sqd.configs.nodejs,
    ...sqd.configs['e-mc'],
    ...sqd.configs.imports,
    {
        files: [
            '**/*.ts'
        ],
        rules: {
            'no-async-promise-executor': 'off',
            'no-inner-declarations': 'off',
            'require-atomic-updates': 'off',
            '@typescript-eslint/no-misused-promises': 'off',
            '@typescript-eslint/no-mixed-enums': 'off',
            '@typescript-eslint/no-var-requires': 'off'
        }
    }
);

LICENSE

MIT

0.4.2

8 months ago

0.4.1

8 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.4

10 months ago

0.4.0

8 months ago

0.1.5

10 months ago

0.0.10

12 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.0.9

12 months ago

0.0.8

1 year ago

0.1.3

10 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago