Skip to content

Commit cd9c134

Browse files
committed
Disable no-case-declarations & add HF global
Release version 1.0.7.
1 parent a694d0a commit cd9c134

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
@@ -24,6 +24,7 @@ module.exports = {
2424
'FsBehaviors': true,
2525
'FSTreeCommonRoutingService': true,
2626
'Headers': true,
27+
'HF': true,
2728
'HTMLElement': true,
2829
'indexedDB': true,
2930
'location': true,
@@ -84,6 +85,7 @@ module.exports = {
8485
'no-invalid-this': 'off',
8586
'no-warning-comments': ['warn', { 'terms': ['FIXME', 'TODO', 'TO-DO', 'HACK', 'HERE BE DRAGONS'], 'location': 'anywhere' }],
8687
'no-undefined': 'warn',
88+
'no-case-declarations': 'off',
8789
'object-curly-spacing': 'off',
8890
'semi': ['error', 'always'],
8991

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.6",
3+
"version": "1.0.7",
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)