diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-11 10:19:48 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-11 10:19:48 +0200 |
commit | 3a2abb870b2c18e13c8474d33eb3c61653a09663 (patch) | |
tree | abc82909edc4f6d92cae2dc6bd644e18006b36a7 /packages/gitbook-plugin/template | |
parent | e8947a2c11761785db194142f9a4fd107fe152ae (diff) | |
download | gitbook-3a2abb870b2c18e13c8474d33eb3c61653a09663.zip gitbook-3a2abb870b2c18e13c8474d33eb3c61653a09663.tar.gz gitbook-3a2abb870b2c18e13c8474d33eb3c61653a09663.tar.bz2 |
gitbook-plugin create should add eslint config
Diffstat (limited to 'packages/gitbook-plugin/template')
-rw-r--r-- | packages/gitbook-plugin/template/.eslintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gitbook-plugin/template/.eslintrc b/packages/gitbook-plugin/template/.eslintrc new file mode 100644 index 0000000..90359b2 --- /dev/null +++ b/packages/gitbook-plugin/template/.eslintrc @@ -0,0 +1,3 @@ +{ + "extends": "gitbook/plugin" +} |