0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05: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

3 lines
63 B
JavaScript

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