mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-29 01:45:38 +08:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
module.exports = {
|
|
root: true,
|
|
reportUnusedDisableDirectives: true,
|
|
extends: ['@blockstack/eslint-config'],
|
|
};
|