refactor: move eslint-config to monorepo

This commit is contained in:
2023-03-14 17:32:57 +01:00
parent 1547eab6a1
commit 0a37c252e3
12 changed files with 0 additions and 0 deletions

View 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