1.13.7 • Published 5 years ago
@borealisgroup/eslint-config-ts v1.13.7
@borealisgroup/eslint-config-ts
ESLint config for TS linting.
Prerequisites
See @borealisgroup/eslint-config prerequisites
Install
Using npm:
yarn -D @borealisgroup/eslint-config-tsUsage
Create a file .eslintrc.js at the root of your project:
module.exports = {
extends: '@borealisgroup/eslint-config-ts',
};See also @borealisgroup/eslint-config usage
ESLint
Parser
@typescript-eslint/parser
Plugins
plugin:import/typescriptplugin:@typescript-eslint/recommendedprettier/@typescript-eslint- Prettier support
Contributing
If you want to modify plugins or general rules in your project, please submit a pull request with a justification instead of overwriting your local config.