0.4.2 • Published 9 months ago

sqd-eslint v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

0.4.1

9 months ago

0.3.0

9 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.4

11 months ago

0.4.0

9 months ago

0.1.5

11 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

12 months ago

0.0.13

12 months ago

0.1.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.1.3

11 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