diff options
Diffstat (limited to 'examples/with-gatsby/apps/web/.eslintrc.js')
| -rw-r--r-- | examples/with-gatsby/apps/web/.eslintrc.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/with-gatsby/apps/web/.eslintrc.js b/examples/with-gatsby/apps/web/.eslintrc.js new file mode 100644 index 0000000..5d8a502 --- /dev/null +++ b/examples/with-gatsby/apps/web/.eslintrc.js @@ -0,0 +1,4 @@ +module.exports = { + root: true, + extends: ["custom/react"], +}; |
