Skip to content

Commit

Permalink
Build: Update eslint-config-jquery, fix linting violations
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 18, 2020
1 parent 5e028c7 commit 25407dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/release/dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = function( Release, files, complete ) {
await fs.writeFile( `${ Release.dir.dist }/bower.json`, generateBower() );

await fs.writeFile( `${ Release.dir.dist }/README.md`,
editReadme( readme, blogPostLink ) );
editReadme( readme, blogPostLink ) );

console.log( "Files ready to add." );
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/plugin-transform-for-of": "7.2.0",
"commitplease": "3.2.0",
"core-js": "2.6.5",
"eslint-config-jquery": "2.0.0",
"eslint-config-jquery": "3.0.0",
"grunt": "1.0.3",
"grunt-babel": "8.0.0",
"grunt-cli": "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/core/nodeName.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function nodeName( elem, name ) {

return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();

};
}

return nodeName;

Expand Down

0 comments on commit 25407dc

Please sign in to comment.