Skip to content

Commit

Permalink
Review default options TS-374 (#3849)
Browse files Browse the repository at this point in the history
* add rule @typescript-eslint/await-thenable to blacklist

* some default options reviewed - testing

* removed offending configuration line

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* fix for offending configuration

* replaced packages; small changes to default options;

* added missing plugins documentation;

* added missing blacklist rules

* testing debug functionality

* fixing logging functions

* lodash-fp plugin/rules only apply to js files

* lodash-fp plugin/rules only apply to js files

* remove canonical rules which breaks the tool

* added lodash-fp rules just for js files

* node 18 (current lts); removed canonical-rules;
  • Loading branch information
codacy-vrhpires committed May 16, 2023
1 parent 284e23b commit ff9301c
Show file tree
Hide file tree
Showing 215 changed files with 10,927 additions and 2,307 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
tsconfig.tsbuildinfo
.DS_Store
.vscode
.codarcyrc
/tests
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_IMAGE_VERSION=19-alpine3.17
ARG NODE_IMAGE_VERSION=18-alpine3.17

FROM node:$NODE_IMAGE_VERSION as builder

Expand All @@ -22,7 +22,8 @@ COPY --from=builder docs docs
RUN npm install --legacy-peer-deps --omit=dev &&\
npm cache clean --force &&\
# Removing this plugin because it gets loaded by prettier and forces a fixed order for imports
rm -rf /package.json /package-lock.json /node_modules/prettier-plugin-organize-imports &&\
rm -rf /package.json /package-lock.json &&\
# /node_modules/prettier-plugin-organize-imports &&\
adduser -u 2004 -D docker &&\
chown -R docker:docker /docs

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions docs/description/compat_compat.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff9301c

Please sign in to comment.