eos-icons
Version:
The iconic and open source font made for EOS Design System.
15 lines (14 loc) • 318 B
YAML
extends:
- standard
- plugin:prettier/recommended
env:
es6: true
root: true
rules:
arrow-spacing: 'error'
no-const-assign: 'error'
no-var: 'error'
prefer-const: 'error'
prefer-template: 'error'
prefer-destructuring: ['error', { 'object': true, 'array': false }]
object-curly-spacing: [2, 'always']