Skip to content
Snippets Groups Projects
Commit 4ac6c47e authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add eslint

parent 0b3e90c2
No related branches found
No related tags found
1 merge request!18Resolves - Provisional Release Setup
---
extends:
- './node_modules/gts'
plugins:
- 'simple-import-sort'
rules:
sort-imports: 'off'
import/order: 'off'
simple-import-sort/imports: 'error'
simple-import-sort/exports: 'error'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment