UNPKG
@macalinao/eslint-config
Version:
latest (8.2.0)
8.2.0
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.0.3
7.0.2
7.0.1
7.0.0
6.0.3
6.0.2
6.0.1
6.0.0
5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.11
4.1.10
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
Common ESLint configuration.
github.com/macalinao/style-guide
@macalinao/eslint-config
/
dist
/
configs
/
fast.js
4 lines
•
137 B
JavaScript
View Raw
1
2
3
4
import
{ buildConfig }
from
"./builder.js"
;
export
const
fast =
buildConfig
();
export
const
base = fast;
//# sourceMappingURL=fast.js.map