Skip to content

Commit

Permalink
Merge pull request #90 from openlayers/updates
Browse files Browse the repository at this point in the history
Upgrade to Prettier 3
  • Loading branch information
tschaub authored Jan 2, 2024
2 parents 45c6190 + 0a2fd9b commit 0508b54
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 1,976 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion examples/base/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function main(paths) {
resolve(String(data));
});
});
})
}),
);
}

Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
ecmaVersion: 'latest',
},
plugins: ['import', 'sort-imports-es6-autofix', 'prettier', 'jsdoc'],
extends: ['prettier'],
rules: {
'block-scoped-var': 'error',
curly: 'error',
Expand Down
Loading

0 comments on commit 0508b54

Please sign in to comment.