mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Merge pull request #92 from TheRealOwenRees/dev
prettier eslint tailwind setup
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"next",
|
"next",
|
||||||
"next/core-web-vitals",
|
"next/core-web-vitals",
|
||||||
"plugin:cypress/recommended"
|
"plugin:cypress/recommended",
|
||||||
|
"prettier"
|
||||||
],
|
],
|
||||||
"globals": {
|
"globals": {
|
||||||
"React": "readonly"
|
"React": "readonly"
|
||||||
|
|||||||
Generated
+356
-30
File diff suppressed because it is too large
Load Diff
+6
-3
@@ -20,8 +20,6 @@
|
|||||||
"@types/react-dom": "18.2.6",
|
"@types/react-dom": "18.2.6",
|
||||||
"@vercel/analytics": "^1.0.1",
|
"@vercel/analytics": "^1.0.1",
|
||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.14",
|
||||||
"eslint": "8.43.0",
|
|
||||||
"eslint-config-next": "^13.4.7",
|
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.1",
|
||||||
"leaflet": "^1.9.4",
|
"leaflet": "^1.9.4",
|
||||||
"leaflet-defaulticon-compatibility": "^0.1.1",
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
||||||
@@ -50,6 +48,11 @@
|
|||||||
"@types/leaflet.markercluster": "^1.5.1",
|
"@types/leaflet.markercluster": "^1.5.1",
|
||||||
"@types/nodemailer": "^6.4.8",
|
"@types/nodemailer": "^6.4.8",
|
||||||
"cypress": "^12.16.0",
|
"cypress": "^12.16.0",
|
||||||
"eslint-plugin-cypress": "^2.13.3"
|
"eslint": "8.43.0",
|
||||||
|
"eslint-config-next": "^13.4.7",
|
||||||
|
"eslint-config-prettier": "^8.8.0",
|
||||||
|
"eslint-plugin-cypress": "^2.13.3",
|
||||||
|
"prettier": "3.0.0",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
module.exports = {
|
||||||
|
plugins: [require('prettier-plugin-tailwindcss')],
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user