Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
4
node_modules/eslint-plugin-import/memo-parser/README.md
generated
vendored
4
node_modules/eslint-plugin-import/memo-parser/README.md
generated
vendored
|
|
@ -1,13 +1,11 @@
|
|||
# eslint-plugin-import/memo-parser
|
||||
|
||||
|
||||
## NOTE!
|
||||
## NOTE
|
||||
|
||||
This used to improve performance, but as of ESLint 5 and v2 of this plugin, it seems to just consume a bunch of memory and slightly increase lint times.
|
||||
|
||||
**Not recommended for use at this time!**
|
||||
|
||||
|
||||
This parser is just a memoizing wrapper around some actual parser.
|
||||
|
||||
To configure, just add your _actual_ parser to the `parserOptions`, like so:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue