@futagoza/eslint-config-core
v16.1.0
Published
Futago-za Ryuu's basic ESLint configurations
Downloads
2,136
Readme
This package contains configuration files for ESLint v7.15+
These are configuration files for ESLint that are mostly extended upon by my other ESLint configurations.
The rules set in these files are the core set of built in rules separated by 4 categories: possible-errors, best-practices, stylistic-issues and variables.
installation
$ npm i --save-dev @futagoza/eslint-config-core
usage
Put the following into your configuration (.eslintrc.*
file or the "eslintConfig" field in package.json
):
{
"extends": "@futagoza/core"
}
configurations
A list of usable configurations as well the configurations they use:
@futagoza/core
(default, extends: possible-errors, best-practices, stylistic-issues and variables)@futagoza/core/possible-errors
@futagoza/core/best-practices
@futagoza/core/stylistic-issues
@futagoza/core/variables
@futagoza/core/ecmascript-6
You can also use import { config } from "@futagoza/eslint-config-core/internal"
to get the default options for these rules.
license
Copyright © 2017+ Futago-za Ryuu Released under the MIT License, http://opensource.org/licenses/MIT