This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
zh
/
diantou
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
514e27e30c
Branches
Tags
dev_hd
develop
master
pre-prod
diantou
/
src_custom
/
.eslintrc.js
.eslintrc.js
105 B
Histórico
Raw
1
2
3
4
5
6
7
const config = require('../.eslintrc-custom')
module.exports = {
rules: {
...config.rules,
},
}