mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
* Add: Strapi Plugin Cloud * Update: first review changes * Update: remove versioning check + add eslint * Update: register the plugin only on development * Update: add cloud plugin by default in package.json * Update: make the plugin installed by default * Update: convert plugin in typescript * Update: package.json file * chore: setup the project like color-picker * chore: fix TS issue * Add: fix utm params * Fix: lint issue with Link compo * chore: fix issue with strapi.name in pkg.json * chore: fix build scripts --------- Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
17 lines
249 B
INI
17 lines
249 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{package.json,*.yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|