Mobile Organized Content #79

Merged
w25tran merged 53 commits from feat/organized-content into main 2021-08-27 15:18:56 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0762d640c3 - Show all commits

View File

@ -6,8 +6,8 @@
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint '{pages,components}/**/*.{js,ts,tsx,jsx}' --quiet",
"lint:fix": "eslint '{pages,components}/**/*.{js,ts,tsx,jsx}' --quiet --fix"
"lint": "eslint \"{pages,components}/**/*.{js,ts,tsx,jsx}\" --quiet",
"lint:fix": "eslint \"{pages,components}/**/*.{js,ts,tsx,jsx}\" --quiet --fix"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",