Skip to content

Commit cfc0151

Browse files
authored
Merge pull request #156 from icflorescu/next
Fix eslint version, remove unused PostCSS flag, switch to turbo dev mode
2 parents 0de0524 + 53335bf commit cfc0151

File tree

3 files changed

+403
-397
lines changed

3 files changed

+403
-397
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"*.css"
6565
],
6666
"scripts": {
67-
"dev": "next dev",
67+
"dev": "next dev --turbo",
6868
"build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css -d dist -m",
6969
"build:docs": "next build",
7070
"build": "yarn build:package && yarn build:docs",
@@ -86,7 +86,7 @@
8686
"@typescript-eslint/parser": "^7.7.0",
8787
"clsx": "^2.1.0",
8888
"cssnano": "^6.1.2",
89-
"eslint": "^9.1.0",
89+
"eslint": "^8",
9090
"eslint-config-next": "^14.2.2",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",

postcss.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
map: { inline: false },
32
plugins: {
43
'postcss-import': {},
54
'postcss-preset-mantine': {},

0 commit comments

Comments
 (0)