Skip to content

Instantly share code, notes, and snippets.

@LinkUpStudioOld
Last active June 8, 2022 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinkUpStudioOld/0bb6ade36a94df73b4feab12169df052 to your computer and use it in GitHub Desktop.
Save LinkUpStudioOld/0bb6ade36a94df73b4feab12169df052 to your computer and use it in GitHub Desktop.
Next.js
module.exports = {
extends: ['@linkupst/react'],
}
module.exports = {
singleQuote: true,
jsxSingleQuote: false,
bracketSpacing: true,
jsxBracketSameLine: false,
trailingComma: 'all',
semi: true,
useTabs: false,
arrowParens: 'always',
endOfLine: 'lf',
htmlWhitespaceSensitivity: 'css',
printWidth: 80,
proseWrap: 'preserve',
quoteProps: 'as-needed',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment