Skip to content

Commit

Permalink
Merge pull request #379 from Infinite-Chess/main
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
Naviary2 authored Dec 24, 2024
2 parents 098b225 + 561159b commit 6f641ef
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default [
{
files: ["**/*.js","**/*.ts"], // Apply the following rule overrides to both js and ts files...
// plugins: { "@typescript-eslint": pluginTypescript }, // Define plugins as an object. SUPPOSEDLY THIS IS NOT NEEDED??
// FOR SOME REASON this doesn't work????????
// ignores: ["dist/"], // Ignore all files in the distribution directory
rules: { // Overrides the preset defined by "pluginJs.configs.recommended" above
'no-undef': 'error', // Undefined variables not allowed
'no-unused-vars': 'warn', // Unused variables give a warning
Expand Down
Loading

0 comments on commit 6f641ef

Please sign in to comment.