UNPKG
@exoplay/exobot-build
Version:
latest (2.0.0-beta.5)
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
1.2.0-beta.2
1.1.0
1.1.0-beta.1
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
build and run tools for exobot
github.com/exoplay/exobot-build
exoplay/exobot-build
@exoplay/exobot-build
/
.eslintrc.js
8 lines
(6 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
path
=
require(
'path'
);
module
.
exports
= { extends: [
'@exoplay/eslint-config-exobot'
, ], };