core(ci/husky): Added husky and CI Jobs
* core(package): adding rules in package * feat(husky): Fixed lint job and miscellaneous fixes - Changed lint.yml job name - Fixed pnpm version in package.json to be straight version 10 - Added act in flake.nix to run actions locally - Added all dist/ files to eslint ignored files - Fixed Dockerfile to use correct casing (as -> AS)
This commit is contained in:
parent
ff0e218803
commit
8e4081f494
11 changed files with 113 additions and 15 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "trans",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "",
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx}": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"dev:prepare": "husky"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10",
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.7"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue