mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-15 20:53:20 +09:00
remove timer and simon
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# eslint-plugin-import/memo-parser
|
||||
|
||||
This parser is just a memoizing wrapper around some actual parser.
|
||||
|
||||
To configure, just add your _actual_ parser to the `parserOptions`, like so:
|
||||
|
||||
```yaml
|
||||
parser: eslint-plugin-import/memo-parser
|
||||
# parser: babel-eslint
|
||||
|
||||
parserOptions:
|
||||
parser: babel-eslint
|
||||
sourceType: module
|
||||
ecmaVersion: 6
|
||||
```
|
||||
Reference in New Issue
Block a user