1.0.3 • Published 5 years ago

@posidron/eslint-config-node v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

eslint-config-thriive

npm version GitHub
license

It lints your javascript projects with ease, based on the popular JavaScript code style from Airbnb.

Features

Integrations

  • eslint-config-airbnb: Provides Airbnb's .eslintrc as an extensible shared config.
  • eslint-plugin-jsx-a11y: Static AST checker for accessibility rules on JSX elements. *
  • eslint-plugin-react: React specific linting rules for ESLint. *
  • eslint-plugin-import: Support linting of ES2015+ (ES6+) import/export syntax. *
  • babel-eslint: A wrapper for Babel's parser used for ESLint.
  • eslint-plugin-prettier: Runs Prettier as an ESLint rule and reports differences as individual ESLint issues.
  • eslint-config-prettier: Turns off all style rules or might conflict with Prettier.

* PeerDependency

Installation

yarn add -D @thriive/eslint-config-thriive@1.0.0
yarn add -D @thriive/eslint-config-thriive@1.0.0 --peer

Usage

Add to: package.json

{
    "eslintConfig": {
        "extends": "eslint-config-thriive"
    }
}

or

Add to: eslintrc.js

module.exports = {
    extends: "eslint-config-thriive"
};

LICENCE

MIT

Maintainers

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago