Skip to content

Commit 8e6b8ae

Browse files
committed
added no-underscore-dangle rule
1 parent 8ac546e commit 8e6b8ae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Eslint config for ReactJS ![version](https://img.shields.io/badge/version-1.0.2-blue)
1+
# Eslint config for ReactJS ![version](https://img.shields.io/badge/version-1.0.3-blue)
22

33
[![N|Solid](https://avatars3.githubusercontent.com/u/39901497?s=200&v=4)](https://github.com/kakadu-dev)
44

@@ -19,7 +19,7 @@ This package is a necessary tool for writing quality code.
1919
## Installing
2020

2121
```sh
22-
$ npm install @kakadu-dev/eslint-config-react-js@1.0.2
22+
$ npm install @kakadu-dev/eslint-config-react-js@1.0.3
2323
```
2424

2525
## Built With

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
'global-require': 0,
5252
'camelcase': 0,
5353
'linebreak-style': 0,
54+
'no-underscore-dangle': 0,
5455
'jsx-quotes': [1, 'prefer-double'],
5556
'react/jsx-filename-extension': [1, { 'extensions': ['.js', '.jsx'] }],
5657
'react-hooks/exhaustive-deps': 1,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kakadu-dev/eslint-config-react-js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Eslint configuration for ReactJS applications",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)