diff options
Diffstat (limited to 'demos/.eslintrc.json')
-rw-r--r-- | demos/.eslintrc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/.eslintrc.json b/demos/.eslintrc.json new file mode 100644 index 000000000..da1cb6b90 --- /dev/null +++ b/demos/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "root": true, + + "extends": "../ui/.eslintrc.json" +} |