summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin/template
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-11 10:19:48 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-11 10:19:48 +0200
commit3a2abb870b2c18e13c8474d33eb3c61653a09663 (patch)
treeabc82909edc4f6d92cae2dc6bd644e18006b36a7 /packages/gitbook-plugin/template
parente8947a2c11761785db194142f9a4fd107fe152ae (diff)
downloadgitbook-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/.eslintrc3
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"
+}