Skip to content

Commit a694d0a

Browse files
committed
Disable no-invalid-this & add d3 global
Release version 1.0.6.
1 parent 15a96ae commit a694d0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
'axe': true,
1717
'customElements': true,
1818
'CustomEvent': true,
19+
'd3': true,
1920
'Event': true,
2021
'expect': true,
2122
'fixture': true,
@@ -80,6 +81,7 @@ module.exports = {
8081

8182
'no-else-return': 'off',
8283
'no-extra-semi': 'error',
84+
'no-invalid-this': 'off',
8385
'no-warning-comments': ['warn', { 'terms': ['FIXME', 'TODO', 'TO-DO', 'HACK', 'HERE BE DRAGONS'], 'location': 'anywhere' }],
8486
'no-undefined': 'warn',
8587
'object-curly-spacing': 'off',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)