Skip to content

Commit

Permalink
Made some changes to address eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
caroline223 committed Aug 2, 2022
1 parent 929a705 commit 094a60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lib/rules/jsx-boolean-value.js
Expand Up @@ -48,10 +48,10 @@ function isAlways(configuration, exceptions, propName) {
return isException;
}
/**
* @param {string} configuration
* @param {Set<any>} exceptions
* @param {string} propName
* @returns {boolean} propName
* @param {string} configuration
* @param {Set<any>} exceptions
* @param {string} propName
* @returns {boolean} propName
*/
function isNever(configuration, exceptions, propName) {
const isException = exceptions.has(propName);
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -52,11 +52,10 @@
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
"aud": "^2.0.0",
"babel-eslint": "^8 || ^9 || ^10.1.0",
"eslint": "^8.18.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^0.0.6",
"eslint-scope": "^3.7.3",
Expand Down

0 comments on commit 094a60d

Please sign in to comment.