Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit f7ee0ec

Browse files
committed
Moved ESLint flags to ESLint config.
1 parent 2156d7a commit f7ee0ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"@neogeek/eslint-config-standards"
44
],
55
"rules": {
6+
"id-length": 0,
67
"new-cap": 0,
8+
"no-invalid-this": 0,
79
"no-shadow": 0,
810
"no-sync": 0
911
}

helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* eslint id-length: 0 */
2-
/* eslint no-invalid-this: 0 */
3-
41
const Handlebars = require('handlebars');
52

63
const hljs = require('highlight.js');

0 commit comments

Comments
 (0)