Skip to content

Commit

Permalink
Update to eslint-plugin-regexp@1.4.0 (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 11, 2021
1 parent e7ba877 commit a8bacc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/prism-django.js
Expand Up @@ -33,7 +33,7 @@
'operator': /[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,
'number': /\b\d+(?:\.\d+)?\b/,
'boolean': /[Ff]alse|[Nn]one|[Tt]rue/,
'variable': /\b\w+?\b/,
'variable': /\b\w+\b/,
'punctuation': /[{}[\](),.:;]/
};

Expand Down
2 changes: 1 addition & 1 deletion components/prism-django.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"docdash": "^1.2.0",
"eslint": "^7.22.0",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-regexp": "^1.2.0",
"eslint-plugin-regexp": "^1.4.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.3.4",
Expand Down

0 comments on commit a8bacc7

Please sign in to comment.