Skip to content

Commit

Permalink
Update to eslint and update WPILibUtility to Electron 28 (#680)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: naturecodevoid <[email protected]>
  • Loading branch information
sciencewhiz and amsam0 authored Aug 14, 2024
1 parent b309fb0 commit 1bc4d01
Show file tree
Hide file tree
Showing 65 changed files with 11,543 additions and 5,147 deletions.
2 changes: 2 additions & 0 deletions libraries/vscode-wpilibapi/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.eslintrc.js
out
12 changes: 12 additions & 0 deletions libraries/vscode-wpilibapi/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* eslint-env node */
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
rules: {
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-case-declarations": "off"
}
};
Loading

0 comments on commit 1bc4d01

Please sign in to comment.