mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: move eslint-config to monorepo
This commit is contained in:
17
configuration/eslint-config/.npmignore
Normal file
17
configuration/eslint-config/.npmignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# Ignore all files/folders by default
|
||||
# See https://stackoverflow.com/a/29932318
|
||||
/*
|
||||
# Except these files/folders
|
||||
!.editorconfig
|
||||
!.gitignore
|
||||
!.npmignore
|
||||
!lib
|
||||
lib/tsconfig.tsbuildinfo
|
||||
!LICENSE
|
||||
!package.json
|
||||
!package-lock.json
|
||||
!README.md
|
||||
!scripts
|
||||
!templates
|
||||
!tsconfig.json
|
||||
!tslint.json
|
||||
Reference in New Issue
Block a user