diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 12:04:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 12:06:04 +0300 |
commit | 6a5695c0b7f03c02a7252a9473171daed0c8eff7 (patch) | |
tree | f20c89ae5c43ba9872262c1d70d7a06265139ee3 /src/rules/vue/default.json | |
parent | d28e9d909b4e1aa9059c668453da7d8dc2f0b6f0 (diff) | |
download | eslint-config-6a5695c0b7f03c02a7252a9473171daed0c8eff7.tar.xz eslint-config-6a5695c0b7f03c02a7252a9473171daed0c8eff7.zip |
feat(vue): Initial Vue config
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/vue/default.json')
-rw-r--r-- | src/rules/vue/default.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/rules/vue/default.json @@ -0,0 +1 @@ +{} |