1.2.6 • Published 3 years ago

@fast-js/eslint v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Конфиг ESLint

В файле .eslintrc.js для React-приложения в раздел extends добавляем новые presets

module.exports = {
    root: true,
    extends: [
        '< PATH_TO_PACKAGE >/config-eslint',
        '< PATH_TO_PACKAGE >/config-eslint/rules/react',
        '< PATH_TO_PACKAGE >/config-eslint/rules/react-hooks',
        '< PATH_TO_PACKAGE >/config-eslint/rules/prettier',
        '< PATH_TO_PACKAGE >/config-eslint/rules/jest',
    ],
};

ESLint + Typescript

В файле .eslintrc.js в раздел extends добавляем новые presets

module.exports = {
    root: true,
    extends: [
        '< PATH_TO_PACKAGE >/config-eslint',
        '< PATH_TO_PACKAGE >/config-eslint/rules/react',
        '< PATH_TO_PACKAGE >/config-eslint/rules/react-hooks',
        '< PATH_TO_PACKAGE >/config-eslint/rules/prettier',
        '< PATH_TO_PACKAGE >/config-eslint/rules/typescript',
        '< PATH_TO_PACKAGE >/config-eslint/rules/jest',
    ],
    parserOptions: {
        project: './tsconfig.json',
    },
};
1.2.6

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.11

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago