Skip to content

Commit

Permalink
[#56] Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Jan 15, 2024
1 parent 32d05a4 commit 215233c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-nimble-core/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview eslint config
* @author Nimbl3
* @author Nimble
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-nimble-typescript/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @fileoverview eslint testing config
* @fileoverview eslint typescript config
* @author Nimble
*/
'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ module.exports = {
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'@typescript-eslint/no-use-before-define': ['error'],
},
env: {
browser: true,
commonjs: true,
es2021: true,
},
};

0 comments on commit 215233c

Please sign in to comment.