UNPKG
@soleil-se/eslint-config
Version:
latest (6.4.0)
6.4.0
6.3.1
6.3.0
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
ESLint configuration for Sitevision apps and projects.
docs.soleil.se/packages/eslint-config
@soleil-se/eslint-config
/
bin
/
index.js
8 lines
(6 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
if
(process.
argv
.
includes
(
'--setup'
)) {
import
(
'../setup.js'
); }
else
{
console
.
log
(
'Available commands:\n--setup: Setup ESLint + Prettier configuration and dependencies needed for @soleil/eslint-config-sitevision.'
); }