Co-authored-by: Ben Word <ben@benword.com>
This commit is contained in:
Kelly Mears
2022-02-23 06:45:08 -08:00
committed by GitHub
parent fc93185a7a
commit f297df0942
8 changed files with 510 additions and 546 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: [require.resolve('@roots/sage/eslint-config')],
extends: ['@roots/eslint-config/sage'],
};