Remove unused code climate

pull/3423/head
Chocobozzz 2020-12-07 15:14:42 +01:00
parent 17b7d4b315
commit 7b9f22ed2a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
---
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- typescript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
exclude_paths:
- config/
- node_modules/
- scripts/
- server/tests/
- .tmp/