Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed May 12, 2022
1 parent 99b2376 commit 1327978
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "vite-plugin-laravel",
"version": "0.1.0",
"description": "Laravel plugin for Vite",
"keywords": [
"laravel",
"vite",
"vite-plugin"
],
"homepage": "https://github.com/laravel/vite-plugin-laravel",
"repository": {
"type": "git",
"url": "https://github.com/laravel/vite-plugin-laravel"
},
"license": "MIT",
"author": "Laravel",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts ./src ./tests",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"picocolors": "^1.0.0",
"typescript": "^4.6.4",
"vite": "^2.9.6",
"vitest": "^0.12.4"
}
"name": "vite-plugin-laravel",
"version": "0.1.0",
"description": "Laravel plugin for Vite",
"keywords": [
"laravel",
"vite",
"vite-plugin"
],
"homepage": "https://github.com/laravel/vite-plugin-laravel",
"repository": {
"type": "git",
"url": "https://github.com/laravel/vite-plugin-laravel"
},
"license": "MIT",
"author": "Laravel",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts ./src ./tests",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"picocolors": "^1.0.0",
"typescript": "^4.6.4",
"vite": "^2.9.6",
"vitest": "^0.12.4"
}
}
26 changes: 13 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"outDir": "./dist",
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"declaration": true,
"esModuleInterop": true
},
"include": [
"./src/*.ts"
]
"compilerOptions": {
"outDir": "./dist",
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"declaration": true,
"esModuleInterop": true
},
"include": [
"./src/*.ts"
]
}

0 comments on commit 1327978

Please sign in to comment.