Skip to content

Commit

Permalink
Merge pull request #7073 from tech-conferences/import
Browse files Browse the repository at this point in the history
Switch to import from require
  • Loading branch information
cgrail authored Jul 25, 2024
2 parents b6946ca + 5752988 commit 08c8756
Show file tree
Hide file tree
Showing 17 changed files with 873 additions and 1,414 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const config = {
singleQuote: true,
arrowParens: "avoid",
};
module.exports = config;

export default config;

4 changes: 2 additions & 2 deletions config/topics.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = [
export const topics = [
"accessibility",
"android",
"api",
Expand Down Expand Up @@ -37,4 +37,4 @@ module.exports = [
"testing",
"typescript",
"ux"
];
];
2 changes: 1 addition & 1 deletion config/validFields.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = [
export default [
"name",
"url",
"startDate",
Expand Down
Loading

0 comments on commit 08c8756

Please sign in to comment.