Skip to content

Commit

Permalink
Apply linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeonk committed Apr 30, 2024
1 parent 8218636 commit 077177c
Show file tree
Hide file tree
Showing 47 changed files with 1,794 additions and 1,626 deletions.
6 changes: 3 additions & 3 deletions _reports/a-font-data.js
Expand Up @@ -3,9 +3,9 @@
*
* For each brand, go to https://<brand>.larva.pmcdev.io/project/__tests__/style-guide/
* In the console, type:
let arr = [];
document.querySelectorAll( 'p[class^=a-font]').forEach( node => arr.push( node.classList[0] ) )
console.log( arr )
let arr = [];
document.querySelectorAll( 'p[class^=a-font]').forEach( node => arr.push( node.classList[0] ) )
console.log( arr )
* Copy the object and those are the font names.
* This could be automated in the future.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/backstopjs-config/lib/utils.js
Expand Up @@ -10,7 +10,7 @@ module.exports = {
/**
* Prepare Test Paths
*
* @param modules array of module names e.g. [ 'footer', 'header', 'author' ]
* @param modules array of module names e.g. [ 'footer', 'header', 'author' ]
* @param pmcPaths array of test paths e.g. [ '/', '/blog ]
*/
prepareTestPaths: ( modules, pmcPaths ) => {
Expand Down
12 changes: 6 additions & 6 deletions packages/larva-css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 077177c

Please sign in to comment.