UNPKG
stricter-standard
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Stricter JavaScript Standard Style
github.com/bergos/stricter-standard
bergos/stricter-standard
stricter-standard
/
test
/
support
/
import-order-alphabetize.example.js
7 lines
(5 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
fs
from
'fs'
import
assert
from
'assert'
if
(!fs || !
assert
) { console.log(
'failed'
) }