diff options
Diffstat (limited to 'config/.eslintrc')
| -rw-r--r-- | config/.eslintrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/.eslintrc b/config/.eslintrc new file mode 100644 index 0000000..74e0826 --- /dev/null +++ b/config/.eslintrc @@ -0,0 +1,5 @@ +{ + "parserOptions": { + "sourceType": "script" + } +} |