0.0.26 • Published 2 years ago

@gluwa/eslint-config-react-js v0.0.26

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@gluwa/eslint-config-react-js

This is the configuration package for ESLint used in Gluwa projects.

Installation

Before you begin, make sure you have the following peer dependencies and a dependency installed:

Peer Dependencies:

You can install them using npm:

npm install @gluwa/eslint-config-react-js @gluwa/eslint-config-js@0.0.26 eslint@^8.52.0 eslint-config-standard@^17.1.0 eslint-plugin-import@^2.29.0 eslint-plugin-n@^16.2.0 eslint-plugin-promise@^6.1.1 --save-dev

Usage

To use this ESLint configuration in your project, you can extend it in your ESLint configuration file (e.g., .eslintrc.js):

module.exports = {
  extends: '@gluwa/eslint-config-react-js',
  // Additional project-specific rules or overrides can be added here.
};
0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago