Skip to content

Commit 094a60d

Browse files
committed
Made some changes to address eslint issues
1 parent 929a705 commit 094a60d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

lib/rules/jsx-boolean-value.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ function isAlways(configuration, exceptions, propName) {
4848
return isException;
4949
}
5050
/**
51-
* @param {string} configuration
52-
* @param {Set<any>} exceptions
53-
* @param {string} propName
54-
* @returns {boolean} propName
51+
* @param {string} configuration
52+
* @param {Set<any>} exceptions
53+
* @param {string} propName
54+
* @returns {boolean} propName
5555
*/
5656
function isNever(configuration, exceptions, propName) {
5757
const isException = exceptions.has(propName);

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@
5252
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
5353
"aud": "^2.0.0",
5454
"babel-eslint": "^8 || ^9 || ^10.1.0",
55-
"eslint": "^8.18.0",
55+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
5656
"eslint-config-airbnb-base": "^15.0.0",
5757
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1",
5858
"eslint-plugin-import": "^2.26.0",
59-
"eslint-plugin-react": "^7.30.1",
6059
"eslint-remote-tester": "^3.0.0",
6160
"eslint-remote-tester-repositories": "^0.0.6",
6261
"eslint-scope": "^3.7.3",

0 commit comments

Comments
 (0)