Skip to content

Commit 0c94e26

Browse files
committed
Merge branch 'feature/replace-eslint-with-biome' of github.com:node-oauth/node-oauth2-server into feature/replace-eslint-with-biome
2 parents fe95ab0 + 182d02e commit 0c94e26

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

biome.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"includes": ["index.js", "lib/**/*.js", "test/**/*.js"]
1111
},
1212
"formatter": {
13-
"enabled": true,
14-
"indentStyle": "tab"
13+
"enabled": true
1514
},
1615
"linter": {
1716
"enabled": true,

lib/model.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const ServerError = require('./errors/server-error');
6464
* })
6565
*/
6666
class Model {
67-
// eslint-disable-line no-unused-vars
6867
/**
6968
* Factory function to create a model form your implementation.
7069
* @static

0 commit comments

Comments
 (0)