mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 22:31:35 -05:00
21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"name": "eslint-config-formbricks",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules .turbo"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-next": "^13.5.4",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-turbo": "latest",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"eslint-plugin-storybook": "^0.6.15"
|
|
}
|
|
}
|