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

Commit a95d125

Browse files
committed
Moved ESLint flags to ESLint config.
1 parent ae3345f commit a95d125

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.eslintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"extends": [
33
"@neogeek/eslint-config-standards"
4-
]
4+
],
5+
"rules": {
6+
"id-length": 0,
7+
"no-invalid-this": 0
8+
}
59
}

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)