@futagoza/eslint-config-core

16.1.0 • Public • Published

dependencies History License

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @futagoza/eslint-config-core

      Weekly Downloads

      11

      Version

      16.1.0

      License

      MIT

      Unpacked Size

      65.5 kB

      Total Files

      12

      Last publish

      Collaborators

      • ryuu