-
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @babel/eslint-parser as dependency for eslint (#1045)
- Loading branch information
Showing
113 changed files
with
13,142 additions
and
13,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,6 +194,7 @@ RUN npm install --no-cache --ignore-scripts \ | |
eslint-plugin-promise \ | ||
eslint-plugin-vue \ | ||
babel-eslint \ | ||
@babel/eslint-parser \ | ||
[email protected] \ | ||
prettier \ | ||
jsonlint \ | ||
|
@@ -408,7 +409,7 @@ RUN phive --no-progress install psalm -g --trust-gpg-keys 8A03EA3B385DBAA1,12CE0 | |
|
||
|
||
# phplint installation | ||
RUN composer global require overtrue/phplint 3.0.0 \ | ||
RUN composer global require overtrue/phplint ^3.0 \ | ||
&& composer global config bin-dir --absolute | ||
|
||
ENV PATH="/root/.composer/vendor/bin:$PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.