Remove prettier in favor of @stylistic/eslint-plugin
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
{
|
||||
"name": "@probo/react-lazy",
|
||||
"version": "1.0.0",
|
||||
"description": "Enhanced React lazy loading with retries and error handling",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {},
|
||||
"prettier": "@probo/prettier",
|
||||
"peerDependencies": {
|
||||
"react": ">18.0.0"
|
||||
}
|
||||
"name": "@probo/react-lazy",
|
||||
"version": "1.0.0",
|
||||
"description": "Enhanced React lazy loading with retries and error handling",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"react": ">18.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user