Use StandardJS

dev
Clovis Gauzy 2020-11-29 14:37:00 +01:00
parent 3919d53ea6
commit aead01ff3d
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/node_modules
*.lock
*.md.backup
package-lock.json

View File

@ -5,5 +5,11 @@
"repository": "https://github.com/clovfr/node-rawtherapee",
"author": "Clovis Gauzy",
"license": "BSD-3",
"main": "rawtherapee.js"
"main": "rawtherapee.js",
"devDependencies": {
"standard": "^16.0.3"
},
"scripts": {
"test": "standard"
}
}