Skip to content

Commit

Permalink
Merge pull request #13 from highcharts/v1.0.10
Browse files Browse the repository at this point in the history
v1.0.10
  • Loading branch information
bre1470 authored Nov 8, 2021
2 parents 363c717 + 084b6c1 commit 24c2891
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 97 deletions.
2 changes: 1 addition & 1 deletion lib/rules/no-highcharts-namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
//----------------------------------------------------------------------
const program = (node) => {

const regex = /namespace (Highcharts)/g;
const regex = /namespace (Highcharts)\W/g;

let match;

Expand Down
155 changes: 61 additions & 94 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-highcharts",
"version": "1.0.9",
"version": "1.0.10",
"description": "ESLint rules for the Highcharts project",
"keywords": [
"eslint",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"eslint": "^7.27.0",
"mocha": "^8.4.0"
"mocha": "^9.1.2"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 24c2891

Please sign in to comment.