Set up CI
This commit is contained in:
parent
5dcf27bb9f
commit
52eb07a993
12 changed files with 223 additions and 8218 deletions
13
package.json
Normal file
13
package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "fizika",
|
||||
"version": "1.0.0",
|
||||
"description": "Fizika emelt szintű érettségi gyakorló alkalmazás (repo tooling).",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue