eslint-config-bod

5.21.1 • Public • Published

eslint-config-bod

Author LICENSE

Node Version NPM Version CDN

CI Jest Coverage Jest Coverage

This package includes the shareable ESLint configuration used by Bod CLI, original forked from Create React App.

Please refer to its documentation:

Usage in Create React App Projects

The easiest way to use this configuration is with Create React App, which includes it by default.

You don’t need to install it separately in Create React App projects.

Usage Outside of Create React App

If you want to use this ESLint configuration in a project, you can install it with the following steps.

First, install this package and ESLint.

npm i -D eslint-config-bod

Then create a file named eslint.config.js with following contents in the root folder of your project:

import eslintConfigBod from 'eslint-config-bod'

export default [...eslintConfigBod]

That's it! You can override the settings from eslint-config-bod by editing the eslint.config.js file. Learn more about configuring ESLint on the ESLint website.

Jest rules

This config also ships with optional Jest rules for ESLint (based on eslint-plugin-jest).

Accessibility Checks

The following rules from the eslint-plugin-jsx-a11y plugin are activated:

However, if you are using Create React App and have not ejected, any additional rules will only be displayed in the IDE integrations, but not in the browser or the terminal.

Contact

Email Twitter GitHub

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-bod

Weekly Downloads

166

Version

5.21.1

License

MIT

Unpacked Size

21.9 kB

Total Files

8

Last publish

Collaborators

  • sabertazimi