Skip to content

Commit

Permalink
remove eslint config with uninstalled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Sep 11, 2023
1 parent 6c344e9 commit 21ad3e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/base-ui-vite-tailwind-ts/.eslintrc.cjs

This file was deleted.

2 changes: 2 additions & 0 deletions examples/base-ui-vite-tailwind-ts/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as React from 'react';

function App() {
return (
<div className="p-8">
Expand Down
2 changes: 2 additions & 0 deletions examples/base-ui-vite-tailwind/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as React from 'react';

function App() {
return (
<div className="p-8">
Expand Down

0 comments on commit 21ad3e7

Please sign in to comment.