We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c2ace commit 9c26b35Copy full SHA for 9c26b35
lib/index.js
@@ -23,7 +23,7 @@ const processorHtml = {
23
const plugin = {
24
meta: {
25
name: "eslint-plugin-erb",
26
- version: "2.0.1",
+ version: "2.1.0",
27
},
28
configs: {
29
"recommended": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-erb",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "An ESLint plugin to lint JavaScript in ERB files (.js.erb)",
5
"license": "MIT",
6
"author": {
0 commit comments