Skip to content

Commit c11edde

Browse files
author
hersveit
authored
Merge pull request #13 from fullstack-development/v2
Starter Kit Version 2
2 parents c64e5e8 + 563d0fd commit c11edde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1616
-3161
lines changed

.eslintrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
22
parser: '@typescript-eslint/parser',
3+
plugins: ['@typescript-eslint/eslint-plugin', 'deprecation'],
34
parserOptions: {
4-
project: './tsconfig.json',
5+
project: './tsconfig.eslint.json',
56
sourceType: 'module',
67
},
7-
plugins: ['@typescript-eslint/eslint-plugin', 'deprecation', 'nestjs-kit'],
88
extends: [
99
'plugin:@typescript-eslint/recommended',
1010
'prettier/@typescript-eslint',
@@ -16,7 +16,6 @@ module.exports = {
1616
jest: true,
1717
},
1818
rules: {
19-
'nestjs-kit/provide-endpoint-return-type': 'error',
2019
'max-len': [
2120
'error',
2221
110,
@@ -28,7 +27,6 @@ module.exports = {
2827
'@typescript-eslint/interface-name-prefix': 'off',
2928
'@typescript-eslint/explicit-function-return-type': 'off',
3029
'@typescript-eslint/explicit-module-boundary-types': 'off',
31-
'@typescript-eslint/no-explicit-any': 'off',
3230
'@typescript-eslint/array-type': [
3331
'error',
3432
{

.prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
tabWidth: 4,
88
trailingComma: 'all',
99
useTabs: false,
10+
endOfLine: "lf",
1011
overrides: [
1112
{
1213
files: '*.json',

Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

eslint-plugin/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint-plugin/index.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

eslint-plugin/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)