8000 Update eslint and prettier · HowProgrammingWorks/CommandLine@4061e06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4061e06

Browse files
committed
Update eslint and prettier
1 parent f926882 commit 4061e06

File tree

6 files changed

+1185
8000
-1
lines changed

6 files changed

+1185
-1
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
const init = require('eslint-config-metarhia');
4+
5+
init[0].rules['no-invalid-this'] = 'off';
6+
7+
module.exports = init;

0 commit comments

Comments
 (0)
0