Skip to content

Commit a37a799

Browse files
committed
update eslint
1 parent 54aba11 commit a37a799

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ const base = {
7171
'no-unsafe-optional-chaining': ERROR,
7272
// disallow loops with a body that allows only one iteration
7373
'no-unreachable-loop': ERROR,
74+
// disallow unused private class members
75+
'no-unused-private-class-members': ERROR,
7476
// disallow comparisons with the value NaN
7577
'use-isnan': ERROR,
7678
// disallow unreachable statements after a return, throw, continue, or break statement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"core-js-pure": "file:./packages/core-js-pure",
3434
"david": "^12.0.0",
3535
"es-observable": "git+https://github.com/tc39/proposal-observable.git#d3404f06bc70c7c578a5047dfb3dc813730e3319",
36-
"eslint": "^8.0.1",
36+
"eslint": "^8.1.0",
3737
"eslint-plugin-es": "git+https://github.com/mysticatea/eslint-plugin-es.git#00d73851793541dc7b0d07292deb0ca2bc8a25e1",
3838
"eslint-plugin-eslint-comments": "^3.2.0",
3939
"eslint-plugin-import": "^2.25.2",

0 commit comments

Comments
 (0)