Skip to content

Commit

Permalink
Merge branch 'spec-homepage' of https://github.com/PavanKumarN8/nala
Browse files Browse the repository at this point in the history
…into spec-homepage
  • Loading branch information
PavanKumarN8 committed Jun 6, 2024
2 parents 3040f9d + ab8bb02 commit de887f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
// allow reassigning param
'no-console': 'off',
'no-param-reassign': [2, { props: false }],
'linebreak-style': ['error', 'unix', 'windows'],
'linebreak-style': ['error', 'unix'],
'import/extensions': ['error', { js: 'always' }],
'object-curly-newline': ['error', {
ObjectExpression: { multiline: true, minProperties: 6 },
Expand Down

0 comments on commit de887f7

Please sign in to comment.