mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
feat(knex): initial knexjs migration
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
a9183e82bf
commit
b696c1e661
24 changed files with 1066 additions and 185 deletions
|
@ -38,14 +38,25 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['src/database/**'],
|
||||
rules: {
|
||||
'@typescript-eslint/naming-convention': 'off',
|
||||
},
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
'@typescript-eslint',
|
||||
'jest',
|
||||
'eslint-plugin-local-rules',
|
||||
'@darraghor/nestjs-typed',
|
||||
],
|
||||
plugins: ['@typescript-eslint', 'jest', 'eslint-plugin-local-rules','@darraghor/nestjs-typed'],
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:@typescript-eslint/recommended-requiring-type-checking',
|
||||
'plugin:prettier/recommended',
|
||||
'plugin:@darraghor/nestjs-typed/recommended'
|
||||
'plugin:@darraghor/nestjs-typed/recommended',
|
||||
],
|
||||
root: true,
|
||||
env: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue