uotp/package.json
Corentin c20a6397fc Implement import function
* Add ESLint rules
* Change code style : using semi-columns
* Change error notification : using pre + wrap to be able to add
  newlines
* Bump version to 1.4.0
2024-03-04 14:09:26 +09:00

6 lines
100 B
JSON

{
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.6.3",
"eslint": "^8.57.0"
}
}