mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +00:00
chore: linting
This commit is contained in:
parent
d71c30a2ab
commit
4bb9f629dd
@ -2,6 +2,6 @@
|
||||
* category controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi'
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreController('api::category.category');
|
||||
|
@ -2,6 +2,6 @@
|
||||
* single-type-localized controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi'
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreController('api::single-type-localized.single-type-localized');
|
||||
|
@ -2,6 +2,6 @@
|
||||
* single-type-non-local controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi'
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreController('api::single-type-non-local.single-type-non-local');
|
||||
|
@ -2,6 +2,8 @@
|
||||
* single-type-unpublished controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi'
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreController('api::single-type-unpublished.single-type-unpublished');
|
||||
export default factories.createCoreController(
|
||||
'api::single-type-unpublished.single-type-unpublished'
|
||||
);
|
||||
|
@ -35,11 +35,7 @@
|
||||
},
|
||||
"enum": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"first comp value",
|
||||
"second comp value",
|
||||
"third comp value"
|
||||
]
|
||||
"enum": ["first comp value", "second comp value", "third comp value"]
|
||||
},
|
||||
"markdown": {
|
||||
"type": "richtext"
|
||||
|
Loading…
x
Reference in New Issue
Block a user