Skip to content

Commit 1bc4d01

Browse files
sciencewhizamsam0
andauthored
Update to eslint and update WPILibUtility to Electron 28 (#680)
--------- Co-authored-by: naturecodevoid <[email protected]>
1 parent b309fb0 commit 1bc4d01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+11543
-5147
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.eslintrc.js
2+
out
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* eslint-env node */
2+
module.exports = {
3+
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
4+
parser: '@typescript-eslint/parser',
5+
plugins: ['@typescript-eslint'],
6+
root: true,
7+
rules: {
8+
"@typescript-eslint/no-namespace": "off",
9+
"@typescript-eslint/no-unused-vars": "off",
10+
"no-case-declarations": "off"
11+
}
12+
};

0 commit comments

Comments
 (0)