Przeglądaj źródła

add .eslintignore

Yuki Takei 5 lat temu
rodzic
commit
e5f0acbdbb

+ 1 - 0
.eslintignore

@@ -1,6 +1,7 @@
 /.github/**
 /.vscode/**
 /node_modules/**
+/packages/**
 /public/**
 /src/client/js/legacy/thirdparty-js/**
 /src/client/js/util/reveal/plugins/markdown.js

+ 2 - 0
packages/slack/.eslintignore

@@ -0,0 +1,2 @@
+/dist/**
+/node_modules/**

+ 2 - 0
packages/slackbot-proxy/.eslintignore

@@ -0,0 +1,2 @@
+/dist/**
+/node_modules/**