| Index: lib/.eslintrc.json |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/lib/.eslintrc.json |
| @@ -0,0 +1,5 @@ |
| +{ |
| + "parserOptions": { |
| + "sourceType": "module" |
|
Manish Jethani
2018/03/06 10:31:20
This tells ESLint to parse the files in this direc
|
| + } |
| +} |