File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3
3
import { createApp } from "vue" ;
4
4
import App from "./App.vue" ;
5
5
6
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
7
6
createApp ( App ) . mount ( "#app" ) ;
Original file line number Diff line number Diff line change 1
1
// https://github.com/andreashuber69/async-css-plugin/blob/develop/README.md#----async-css-plugin
2
2
3
- // eslint-disable-next-line n/no-deprecated-api
4
3
if ( ! require . extensions [ ".ts" ] ) {
5
4
require ( "ts-node" ) . register ( {
6
5
project : "./tsconfig.json" ,
Original file line number Diff line number Diff line change 1
1
// https://github.com/andreashuber69/async-css-plugin/blob/develop/README.md#----async-css-plugin
2
2
3
- // eslint-disable-next-line import/no-unassigned-import
4
3
import "./style.css" ;
5
4
6
5
const component = ( ) => {
You can’t perform that action at this time.
0 commit comments