Skip to content

Commit

Permalink
Merge pull request #36 from acelaya/feature/coding-standard
Browse files Browse the repository at this point in the history
Feature/coding standard
  • Loading branch information
acelaya authored Mar 26, 2022
2 parents 1a432e5 + 3c6c393 commit 2025ee2
Show file tree
Hide file tree
Showing 5 changed files with 8,187 additions and 15,334 deletions.
15 changes: 1 addition & 14 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
"@shlinkio/js-coding-standard"
],
"parserOptions": {
"tsconfigRootDir": ".",
"ecmaVersion": 2019,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"@typescript-eslint/naming-convention": "off"
},
"settings": {
"react": {
"version": "detect"
}
"project": "./tsconfig.json"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x']
node-version: ['16.x']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: '3'
services:
react_external_link:
container_name: react_external_link
image: node:14.15-alpine
image: node:16.14-alpine
volumes:
- ./:/react-external-link
Loading

0 comments on commit 2025ee2

Please sign in to comment.