Skip to content

Commit

Permalink
Merge pull request #51 from TEAM-ITERVIEW/#50
Browse files Browse the repository at this point in the history
[feat] CI/CD 고치기
  • Loading branch information
cha2y0ung authored Apr 12, 2024
2 parents eebe411 + 629376c commit 06037ce
Show file tree
Hide file tree
Showing 26 changed files with 567 additions and 851 deletions.
33 changes: 0 additions & 33 deletions .eslintrc.js

This file was deleted.

24 changes: 24 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"env": {
"browser": true,
"node": true
},
"extends": [
"eslint:recommended",
"@typescipt-eslint/parser",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended",
"prettier/prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json",
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {},
"ignorePatterns": ["dist/", "node_modules/"]
}
18 changes: 0 additions & 18 deletions appspec.yml

This file was deleted.

Loading

0 comments on commit 06037ce

Please sign in to comment.