Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT REVIEW: Prettier and research on setup via CL and Plugin #5023

Draft
wants to merge 36 commits into
base: gh-pages
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
bd8be66
Add eslint github action
ronaldpaek Jul 15, 2023
68c5ec3
Add eslint config file
ronaldpaek Jul 15, 2023
f236f60
Update eslint github action
ronaldpaek Jul 15, 2023
c666726
Update eslint github file
ronaldpaek Jul 15, 2023
1b76594
Fix eslint github action
ronaldpaek Jul 15, 2023
74850ba
Update eslint config settings
ronaldpaek Jul 15, 2023
3e58995
Initialize Node.js and install Husky for pre-commit checks
ronaldpaek Jul 15, 2023
196f16d
Add unsued variables to test eslint
ronaldpaek Jul 15, 2023
39a5fcf
Add more rules to eslint config
ronaldpaek Jul 15, 2023
8a4575e
Change variable and data to test
ronaldpaek Jul 15, 2023
f70690f
Update github actions to work for any branch push
ronaldpaek Jul 15, 2023
ceec32f
Edit eslint github actions settings
ronaldpaek Jul 15, 2023
376a0df
Add lint staged npm package
ronaldpaek Jul 15, 2023
21c0d15
Edit pre commit hook to run lint stage
ronaldpaek Jul 15, 2023
80796d9
Edit package.json for new values
ronaldpaek Jul 15, 2023
4bb4a11
Fix filename for eslint to eslintrc.json
ronaldpaek Jul 15, 2023
052cf4c
Update linter yaml file to correct wrong value
ronaldpaek Jul 15, 2023
2a76969
Remove standard style from eslint
ronaldpaek Jul 15, 2023
f151b56
Update husky config files
ronaldpaek Jul 15, 2023
fa198ca
Update to use slim image linter
ronaldpaek Jul 15, 2023
dc0250d
Edit file
ronaldpaek Jul 15, 2023
f51c1b0
Remove bad data
ronaldpaek Jul 15, 2023
a429f9b
Add changes to file to fix eslint error
ronaldpaek Jul 15, 2023
1a8876a
Install eslint-config-prettier and prettier
ronaldpaek Jul 16, 2023
5be7c6b
Add some settings for prettier
ronaldpaek Jul 16, 2023
d22b6db
Adjust settings for eslint and lintstage
ronaldpaek Jul 16, 2023
13d21b7
Add prettierignore file
ronaldpaek Jul 16, 2023
d823119
Set prettier back to default styling
ronaldpaek Jul 16, 2023
eb10127
Bad code example
ronaldpaek Jul 16, 2023
ec44ead
Add bad code
ronaldpaek Jul 16, 2023
b102330
Bad css
ronaldpaek Jul 16, 2023
db4a335
Add some bad code
ronaldpaek Jul 16, 2023
fc140e6
Update eslintrc.json to use eslint-config-prettier
ronaldpaek Jul 19, 2023
d246e19
Update json setting to remove EOL setting
ronaldpaek Jul 19, 2023
48946e1
Add .gitattributes file and text=auto to normalize EOL
ronaldpaek Jul 19, 2023
ada95b2
Normalized files to rules defined in .gitattribute config
ronaldpaek Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update github actions to work for any branch push
  • Loading branch information
ronaldpaek committed Jul 15, 2023
commit f70690fe1dfb2f5da41b48b99927c1a136eada9f
4 changes: 2 additions & 2 deletions .github/workflows/lint-scss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint SCSS

on:
pull_request:
branches: [gh-pages]
# branches: [gh-pages]
push:
branches: [gh-pages]
# branches: [gh-pages]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint JS

on:
pull_request:
branches: [github-actions-implement-eslint-1442]
# branches: [gh-pages]
push:
branches: [github-actions-implement-eslint-1442]
# branches: [gh-pages]

jobs:
build:
Expand Down