@nitra/cursor 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mdc/js-format.mdc +3 -1
- package/package.json +1 -1
package/mdc/js-format.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Правила форматів JavaScript ecosystem
|
|
3
3
|
alwaysApply: true
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.1'
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
В корені проекту є файл з правилами форматування для oxfmt:
|
|
@@ -93,3 +93,5 @@ version: '1.0'
|
|
|
93
93
|
"oxc.path.oxfmt": "/opt/homebrew/bin/oxfmt"
|
|
94
94
|
}
|
|
95
95
|
```
|
|
96
|
+
|
|
97
|
+
Також потрібно прибрати якщо є в проекті модул @nitra/prettier-config та prettier та всі виклики prettier і налаштування для нього.
|