webpack / tapable

Just a little module for plugins.
MIT License
3.71k stars 393 forks source link

fix: add es6 support in eslintrc #173

Open VaJoy opened 2 years ago

VaJoy commented 2 years ago

Fix the error Parsing error: The keyword 'const' is reserved generated in IDEs due to the default ES5 syntax-checking of ESLint.

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers are authorized under a signed CLA.

VaJoy commented 2 years ago

FYI - The error shows in VS Code: image