Skip to content

Commit 2025ee2

Browse files
authored
Merge pull request #36 from acelaya/feature/coding-standard
Feature/coding standard
2 parents 1a432e5 + 3c6c393 commit 2025ee2

File tree

5 files changed

+8187
-15334
lines changed

5 files changed

+8187
-15334
lines changed

.eslintrc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
"@shlinkio/js-coding-standard"
44
],
55
"parserOptions": {
6-
"tsconfigRootDir": ".",
7-
"ecmaVersion": 2019,
8-
"sourceType": "module",
9-
"ecmaFeatures": {
10-
"jsx": true
11-
}
12-
},
13-
"rules": {
14-
"@typescript-eslint/naming-convention": "off"
15-
},
16-
"settings": {
17-
"react": {
18-
"version": "detect"
19-
}
6+
"project": "./tsconfig.json"
207
}
218
}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: ['14.x']
13+
node-version: ['16.x']
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v2

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version: '3'
33
services:
44
react_external_link:
55
container_name: react_external_link
6-
image: node:14.15-alpine
6+
image: node:16.14-alpine
77
volumes:
88
- ./:/react-external-link

0 commit comments

Comments
 (0)