Просмотр исходного кода

update .eslintignore for sub-packages

Yuki Takei 3 лет назад
Родитель
Сommit
153d1a0b39

+ 2 - 0
packages/codemirror-textlint/.eslintignore

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

+ 2 - 0
packages/hackmd/.eslintignore

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

+ 1 - 1
packages/preset-themes/.eslintignore

@@ -1,2 +1,2 @@
 /dist/**
 /dist/**
-*.d.ts
+/types/**

+ 1 - 0
packages/remark-drawio/.eslintignore

@@ -1 +1,2 @@
 /dist/**
 /dist/**
+/types/**

+ 1 - 0
packages/remark-growi-directive/.eslintignore

@@ -1 +1,2 @@
 /dist/**
 /dist/**
+/types/**

+ 1 - 0
packages/remark-lsx/.eslintignore

@@ -1 +1,2 @@
 /dist/**
 /dist/**
+/types/**

+ 1 - 0
packages/ui/.eslintignore

@@ -1 +1,2 @@
 /dist/**
 /dist/**
+/types/**