diff --git a/crates/oxc_linter/fixtures/import/component.html b/crates/oxc_linter/fixtures/import/component.html deleted file mode 100644 index 2b6bfb1c1c68f..0000000000000 --- a/crates/oxc_linter/fixtures/import/component.html +++ /dev/null @@ -1,139 +0,0 @@ -
- - - - - - - - -

Welcome to {{ title }}!

-
-
-

Resources & Tools

-

Thank you for using and showing some ♥ for Nx.

-
- - If you like Nx, please give it a star: -
- - - - - Star -
-
-
-

Here are some links to help you get started.

- -

Next Steps

-

Here are some things you can do with Nx.

-
- Add UI library -
-  # Generate UI lib
-  nx g @nrwl/angular:lib ui
-
-  # Add a component
-  nx g @nrwl/angular:component xyz --project ui
-
-
- View dependency graph -
nx dep-graph
-
-
- Run affected commands -
-  # see what's been affected by changes
-  nx affected:dep-graph
-
-  # run tests for current changes
-  nx affected:test
-
-  # run e2e tests for current changes
-  nx affected:e2e
-  
-
-
-