Skip to content

Commit

Permalink
style: update lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 14, 2023
1 parent f25014f commit 78d723c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import * as tailwindConfig from '../tailwind.config';

// Exports
export { tailwindConfig };
export { tailwindConfig };
3 changes: 1 addition & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ module.exports = {
'@semantic-release/npm',

// 5. Publish to GH

'@semantic-release/github',
'@semantic-release/github',

// 6. Update version with new release PR raised against main (in lieu of direct commit for now)
// If we're going to use this, it will require a shim. See errors in console.
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export * from './components/Nav/types';
export * from './components/TileIcon/types';

// Config
export * from '../config';
export * from '../config';

0 comments on commit 78d723c

Please sign in to comment.