fix: add the /dist folder to eslintignore
parent
35463b9631
commit
24bbf0788b
|
@ -1,6 +1,7 @@
|
||||||
**/node_modules
|
**/node_modules
|
||||||
**/public
|
**/public
|
||||||
**/build
|
**/build
|
||||||
|
**/dist
|
||||||
**/config
|
**/config
|
||||||
**/scripts
|
**/scripts
|
||||||
**/playground
|
**/playground
|
||||||
|
|
Loading…
Reference in New Issue