1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.eslintrc.js
Juan Picado f3f00052d8
chore: eslint config module (#2263)
* build: eslint config as package

* chore: fix formatting
2021-05-16 17:11:08 +02:00

4 lines
63 B
JavaScript

module.exports = {
extends: ['@verdaccio/eslint-config'],
};