Skip to content

Commit 59e6aca

Browse files
committed
Tag 2.0.0: Reset version numbering for new repo name (#68)
Start at 2.0.0 to avoid a backwards jump in numbering on our releases page. Tweak readme and package.json. Minor eslint upate.
1 parent 7e20da9 commit 59e6aca

File tree

4 files changed

+50
-47
lines changed

4 files changed

+50
-47
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v2.0.0
4+
* New rule options: `[{allowScroll:true}]` in `no-animate` (Ed Sanders)
5+
6+
* Renamed repository, rules and documentation to eslint-plugin-no-jquery (Ed Sanders)
7+
* Update eslint dev dependency to 5.14.0 (Ed Sanders)
8+
39
# Release history as wikimedia/eslint-plugin-jquery
410

511
## v1.3.2-wmf.6

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# eslint-plugin-no-jquery
22

3-
Disallow jQuery functions with native equivalents. This is the Wikimedia-maintained fork of [this project](https://www.npmjs.com/package/eslint-plugin-no-jquery).
3+
Disallow jQuery functions, with suggestions for native equivalents where possible.
4+
5+
Originally a fork of [eslint-plugin-jquery](https://github.com/dgraham/eslint-plugin-jquery/).
46

57
## Installation
68

package-lock.json

Lines changed: 40 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-no-jquery",
3-
"version": "1.3.2-wmf.6",
3+
"version": "2.0.0",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,6 @@
1212
"eslintplugin",
1313
"eslint-plugin"
1414
],
15-
"author": "David Graham",
1615
"main": "index.js",
1716
"scripts": {
1817
"pretest": "eslint .",

0 commit comments

Comments
 (0)