js: ajout d'un package.json et de règles de style pour le code JS
Showing
.eslintrc.js
0 → 100644
Makefile
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
| { | |||
| "name": "third-party", | |||
| "version": "1.0.0", | |||
| "description": "Applis tierces pour simplifier l'utilisation de Odoo", | |||
| "main": "index.js", | |||
| "dependencies": {}, | |||
| "devDependencies": { | |||
| "eslint": "^7.16.0" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "lint": "eslint . --max-warnings 362 '**/*.js'", | |||
| "lint-fix": "eslint . --fix --max-warnings 362 '**/*.js'" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://gl.cooperatic.fr/cooperatic-foodcoops/third-party" | |||
| }, | |||
| "author": "Cooperatic" | |||
| } |
Please
register
or
sign in
to comment