Skip to content

Shared ESLint configuration for 3Box projects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

3box/eslint-config-3box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Paul Le Cam
Jul 25, 2023
39b455e · Jul 25, 2023

History

9 Commits
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023

Repository files navigation

eslint-config-3box

Shared ESLint configuration for 3Box projects.

Installation

eslint-config-3box only includes configurations and plugins. ESLint and Prettier must be installed in the project using the config.

pnpm add -D eslint prettier
pnpm add -D eslint-config-3box

Usage

In your project's .eslintrc.json file (or alternative configuration), add to the extends array:

{
  "extends": ["3box"]
}

Additional configurations are also available:

  • 3box/jest when using Jest for tests.
  • 3box/react when using React.
  • 3box/typescript when using TypeScript.

The Prettier configuration can be imported from the eslint-config-3box/prettier.config module.

License

Apache-2.0 OR MIT

About

Shared ESLint configuration for 3Box projects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published