Skip to content

Commit

Permalink
apply linter to admin #61
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 19, 2023
1 parent df45f17 commit 871ad3c
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 38 deletions.
1 change: 1 addition & 0 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"strapi": "strapi",
"default_user": "strapi admin:create-user --firstname=Admin --lastname=Adin [email protected] --password=XYgiXDOcg4Lfpv6g",
"lint": "npx @biomejs/biome check src",
"lint:fix": "npx @biomejs/biome check src --apply",
"format": "npx @biomejs/biome format src",
"format:fix": "npx @biomejs/biome format src --write"
},
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/blog/controllers/blog.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* blog controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/blog/routes/blog.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* blog router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/blog/services/blog.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* blog service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/category/controllers/category.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* category controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/category/routes/category.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* category router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/category/services/category.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* category service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/config/controllers/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* config controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/config/routes/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* config router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/config/services/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* config service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/glossary/controllers/glossary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* glossary controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/glossary/routes/glossary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* glossary router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/glossary/services/glossary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* glossary service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/researches/controllers/researches.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* researches controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/researches/routes/researches.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* researches router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/researches/services/researches.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* researches service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/tag/controllers/tag.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* tag controller
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/tag/routes/tag.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* tag router
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/api/tag/services/tag.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* tag service
*/
Expand Down
2 changes: 0 additions & 2 deletions admin/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

module.exports = {
/**
* An asynchronous register function that runs before
Expand Down

0 comments on commit 871ad3c

Please sign in to comment.