This package has been deprecated

Author message:

WARNING: This project has been renamed to @explodingcamera/eslint-config.

@canx/eslint-config

8.0.1 • Public • Published

ESLint shareable con

Features

  • Autofix also runs prettier
  • React/JSX + React Hooks
  • Sort Imports
  • Filename conventions
  • Promise best-practices

& much more

Install

$ npm install -D -E eslint prettier @canx/eslint-config

Usage

Add the ESLint config in your package.json:

{
	"name": "my-awesome-project",
	"eslintConfig": {
		"extends": "@canx/eslint-config"
	}
}

Or in .eslintrc.json:

{
	"extends": "@canx/eslint-config"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @canx/eslint-config

Weekly Downloads

1

Version

8.0.1

License

MIT

Unpacked Size

4.66 kB

Total Files

6

Last publish

Collaborators

  • explodingcamera