@hikasami/eslint-config-react

1.0.2 • Public • Published

ESLint Config React

This package provides the Hikasami ESLint and Prettier configuration.

ESLint

ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline.

Prettier

Prettier is an opinionated code formatter. It removes original styling and ensures that all outputted code conforms to a consistent style.

Installation

The Hikasami ESLint config is available as an NPM package.

// npm
npm install @hikasami/eslint-config-react

// bun
bun install @hikasami/eslint-config-react

In the root of your project create the following files:

.eslintrc.js

module.exports = {
  extends: ['@hikasami/eslint-config-react'],
}

.prettier.config.js

module.exports = require('@hikasami/eslint-config-react/prettier.config.js')

License

The Hikasami Development is licensed under the Apache License 2.0.

Readme

Keywords

none

Package Sidebar

Install

npm i @hikasami/eslint-config-react

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Unpacked Size

15.6 kB

Total Files

5

Last publish

Collaborators

  • jadnast