mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-25 04:53:43 +00:00
12 lines
105 B
Text
12 lines
105 B
Text
root: true
|
|
|
|
env:
|
|
mocha: true
|
|
node: true
|
|
|
|
rules:
|
|
max-len:
|
|
- 2
|
|
- 120
|
|
|
|
extends: "airbnb-base"
|