Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-04-22 22:35:12 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d974e6c27646c759929bcd1d812b0eb1d973ab73
d974e6c2
2 parents
fa75767c
78c778f0
Merge branch 'hotfix/0.1.1'
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
127 additions
and
3 deletions
.eslintrc.cjs
.prettierrc
CHANGELOG.md
nuxt.config.ts
package-lock.json
package.json
.eslintrc.cjs
0 → 100644
View file @
d974e6c
module.exports = {
root: true,
extends: ['@nuxtjs/eslint-config', 'plugin:prettier/recommended'],
};
\ No newline at end of file
...
...
.prettierrc
0 → 100644
View file @
d974e6c
{
"semi"
:
true
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"printWidth"
:
120
,
"arrowParens"
:
"always"
,
"useTabs"
:
false
,
"tabWidth"
:
2
}
\ No newline at end of file
...
...
CHANGELOG.md
View file @
d974e6c
0.
1.1:
-
Installation et configuration d'eslint et prettier.
-
Ajout de variables dans le runtimeConfig du fichier nuxt.config.
0.
1.0:
-
Installation du projet & des principales dépendances.
-
Configuration du fichier nuxt.config.ts.
\ No newline at end of file
...
...
nuxt.config.ts
View file @
d974e6c
...
...
@@ -59,6 +59,8 @@ export default defineNuxtConfig({
// Keys within public are also exposed client-side.
public
:
{
apiTMDBSecret
:
process
.
env
.
NUXT_ENV_TMDB_API_KEY
,
apiTMDBBearer
:
process
.
env
.
NUXT_ENV_TMDB_BEARER
,
apiTMDBUrl
:
process
.
env
.
NUXT_ENV_TMDB_URL
,
},
},
})
\ No newline at end of file
...
...
package-lock.json
View file @
d974e6c
...
...
@@ -27,7 +27,10 @@
"vue-router"
:
"^4.5.0"
},
"devDependencies"
:
{
"@nuxtjs/tailwindcss"
:
"^6.13.2"
"@nuxtjs/tailwindcss"
:
"^6.13.2"
,
"eslint-config-prettier"
:
"^10.1.2"
,
"eslint-plugin-prettier"
:
"^5.2.6"
,
"prettier"
:
"^3.5.3"
}
},
"node_modules/@alloc/quick-lru"
:
{
...
...
@@ -8287,6 +8290,19 @@
"eslint"
:
"^9.5.0"
}
},
"node_modules/eslint-config-prettier"
:
{
"version"
:
"10.1.2"
,
"resolved"
:
"https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz"
,
"integrity"
:
"sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"bin"
:
{
"eslint-config-prettier"
:
"bin/cli.js"
},
"peerDependencies"
:
{
"eslint"
:
">=7.0.0"
}
},
"node_modules/eslint-flat-config-utils"
:
{
"version"
:
"2.0.1"
,
"resolved"
:
"https://registry.npmjs.org/eslint-flat-config-utils/-/eslint-flat-config-utils-2.0.1.tgz"
,
...
...
@@ -8428,6 +8444,54 @@
"spdx-license-ids"
:
"^3.0.0"
}
},
"node_modules/eslint-plugin-prettier"
:
{
"version"
:
"5.2.6"
,
"resolved"
:
"https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz"
,
"integrity"
:
"sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"prettier-linter-helpers"
:
"^1.0.0"
,
"synckit"
:
"^0.11.0"
},
"engines"
:
{
"node"
:
"^14.18.0 || >=16.0.0"
},
"funding"
:
{
"url"
:
"https://opencollective.com/eslint-plugin-prettier"
},
"peerDependencies"
:
{
"@types/eslint"
:
">=8.0.0"
,
"eslint"
:
">=8.0.0"
,
"eslint-config-prettier"
:
">= 7.0.0 <10.0.0 || >=10.1.0"
,
"prettier"
:
">=3.0.0"
},
"peerDependenciesMeta"
:
{
"@types/eslint"
:
{
"optional"
:
true
},
"eslint-config-prettier"
:
{
"optional"
:
true
}
}
},
"node_modules/eslint-plugin-prettier/node_modules/synckit"
:
{
"version"
:
"0.11.4"
,
"resolved"
:
"https://registry.npmjs.org/synckit/-/synckit-0.11.4.tgz"
,
"integrity"
:
"sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@pkgr/core"
:
"^0.2.3"
,
"tslib"
:
"^2.8.1"
},
"engines"
:
{
"node"
:
"^14.18.0 || >=16.0.0"
},
"funding"
:
{
"url"
:
"https://opencollective.com/synckit"
}
},
"node_modules/eslint-plugin-regexp"
:
{
"version"
:
"2.7.0"
,
"resolved"
:
"https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.7.0.tgz"
,
...
...
@@ -8989,6 +9053,13 @@
"integrity"
:
"sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
,
"license"
:
"MIT"
},
"node_modules/fast-diff"
:
{
"version"
:
"1.3.0"
,
"resolved"
:
"https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz"
,
"integrity"
:
"sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
,
"dev"
:
true
,
"license"
:
"Apache-2.0"
},
"node_modules/fast-fifo"
:
{
"version"
:
"1.3.2"
,
"resolved"
:
"https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz"
,
...
...
@@ -13373,6 +13444,35 @@
"node"
:
">= 0.8.0"
}
},
"node_modules/prettier"
:
{
"version"
:
"3.5.3"
,
"resolved"
:
"https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz"
,
"integrity"
:
"sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"bin"
:
{
"prettier"
:
"bin/prettier.cjs"
},
"engines"
:
{
"node"
:
">=14"
},
"funding"
:
{
"url"
:
"https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz"
,
"integrity"
:
"sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"fast-diff"
:
"^1.1.2"
},
"engines"
:
{
"node"
:
">=6.0.0"
}
},
"node_modules/pretty-bytes"
:
{
"version"
:
"6.1.1"
,
"resolved"
:
"https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz"
,
...
...
package.json
View file @
d974e6c
...
...
@@ -8,7 +8,9 @@
"dev"
:
"nuxt dev"
,
"generate"
:
"nuxt generate"
,
"preview"
:
"nuxt preview"
,
"postinstall"
:
"nuxt prepare"
"postinstall"
:
"nuxt prepare"
,
"lint"
:
"eslint ."
,
"format"
:
"prettier --write \"{components,pages,plugins,middleware,layouts,composables,assets}/**/*.{js,jsx,ts,tsx,vue,html,css,scss,json,md}\""
},
"dependencies"
:
{
"@nuxt/eslint"
:
"^1.3.0"
,
...
...
@@ -29,6 +31,9 @@
"vue-router"
:
"^4.5.0"
},
"devDependencies"
:
{
"@nuxtjs/tailwindcss"
:
"^6.13.2"
"@nuxtjs/tailwindcss"
:
"^6.13.2"
,
"eslint-config-prettier"
:
"^10.1.2"
,
"eslint-plugin-prettier"
:
"^5.2.6"
,
"prettier"
:
"^3.5.3"
}
}
...
...
Please
register
or
login
to post a comment