diff options
| author | 2023-07-07 16:24:16 +0800 | |
|---|---|---|
| committer | 2023-07-07 16:24:16 +0800 | |
| commit | f3e4415e701290915e54810e618f10ecb3ac36fe (patch) | |
| tree | fc4b1ce801045bdf3785851de2907c14870e616e /.eslintignore | |
| parent | 5ee674765c5ed400dcd83146ee4dfa51bd6729de (diff) | |
| download | HydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.tar.gz HydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.zip | |
😫Fix the bug
Diffstat (limited to '.eslintignore')
| -rw-r--r-- | .eslintignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.eslintignore b/.eslintignore index 73538b4..ee719fd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,10 +4,10 @@ target/ build/ dist/ -# /examples/ +/examples/ -# packages/eslint-plugin-turbo/__fixtures__ -# packages/create-turbo/templates -# packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose -# crates/*/tests/** -# crates/next-core/js/src/compiled +packages/eslint-plugin-turbo/__fixtures__ +packages/create-turbo/templates +packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose +crates/*/tests/** +crates/next-core/js/src/compiled |