Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
7241ccc8
Commit
7241ccc8
authored
Aug 03, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes
parent
71cd9b69
Pipeline
#4459
passed with stages
in 39 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
things/npm/.eslintrc.js
things/npm/.eslintrc.js
+1
-1
things/npm/install-npm.sh
things/npm/install-npm.sh
+5
-5
No files found.
things/npm/.eslintrc.js
View file @
7241ccc8
...
@@ -7,7 +7,6 @@ module.exports = {
...
@@ -7,7 +7,6 @@ module.exports = {
plugins
:
[
'
@typescript-eslint/eslint-plugin
'
],
plugins
:
[
'
@typescript-eslint/eslint-plugin
'
],
extends
:
[
extends
:
[
'
plugin:@typescript-eslint/recommended
'
,
'
plugin:@typescript-eslint/recommended
'
,
'
prettier/@typescript-eslint
'
,
'
plugin:prettier/recommended
'
,
'
plugin:prettier/recommended
'
,
],
],
root
:
true
,
root
:
true
,
...
@@ -15,6 +14,7 @@ module.exports = {
...
@@ -15,6 +14,7 @@ module.exports = {
node
:
true
,
node
:
true
,
jest
:
true
,
jest
:
true
,
},
},
ignorePatterns
:
[
'
.eslintrc.js
'
],
rules
:
{
rules
:
{
'
@typescript-eslint/interface-name-prefix
'
:
'
off
'
,
'
@typescript-eslint/interface-name-prefix
'
:
'
off
'
,
'
@typescript-eslint/explicit-function-return-type
'
:
'
off
'
,
'
@typescript-eslint/explicit-function-return-type
'
:
'
off
'
,
...
...
things/npm/install-npm.sh
View file @
7241ccc8
...
@@ -6,9 +6,9 @@ npm install --save-dev \
...
@@ -6,9 +6,9 @@ npm install --save-dev \
@types/node
\
@types/node
\
@types/lodash
\
@types/lodash
\
typescript
\
typescript
\
@typescript-eslint/eslint-plugin
\
'@typescript-eslint/eslint-plugin@^4.28.2'
\
@typescript-eslint/parser
\
'@typescript-eslint/parser@^4.28.2 '
\
eslint
\
'eslint@^7.30.0'
\
eslint-config-prettier
\
'eslint-config-prettier@^8.3.0'
\
eslint-plugin-prettier
\
'eslint-plugin-prettier@^3.4.0'
\
prettier
prettier
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment