Skip to content

Commit

Permalink
#cnsqa-1687 dependencies update (#182)
Browse files Browse the repository at this point in the history
* #cnsqa-1687 dependencies update
  • Loading branch information
lukasPan authored Nov 6, 2024
1 parent 1dfcf98 commit 2492fab
Show file tree
Hide file tree
Showing 22 changed files with 1,931 additions and 2,753 deletions.
10 changes: 10 additions & 0 deletions .changeset/wet-walls-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@ima/plugin-testing-integration": patch
"@ima/plugin-analytic-google": patch
"@ima/cli-plugin-legacy-css": patch
"@ima/plugin-websocket": patch
"@ima/plugin-analytic": patch
"@ima/plugin-atoms": patch
---

Smaller style changes in files because of update of prettier/eslint build dependency.
193 changes: 0 additions & 193 deletions .eslintrc.js

This file was deleted.

8 changes: 3 additions & 5 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,27 @@ module.exports = {
'**/build/**',
'**/docs/**',
'**/.docusaurus/**',
'**/coverage/**', '**/*.js',
'**/coverage/**',
'**/*.js',
'**/*.ts',
'**/*.jsx',
'**/*.tsx',
'**/*.json'
'**/*.json',
],
extends: ['stylelint-config-standard', 'stylelint-config-css-modules'],
plugins: [
'stylelint-declaration-block-no-ignored-properties',
'stylelint-order',
],
rules: {
indentation: 2,
'no-empty-source': null,
'declaration-block-no-redundant-longhand-properties': null,
'declaration-empty-line-before': null,
'no-duplicate-selectors': null,
'no-descending-specificity': null,
'string-quotes': 'double',
'declaration-no-important': [true, { severity: 'warning' }],
'keyframe-declaration-no-important': [true, { severity: 'warning' }],
'selector-max-id': 2,
'max-line-length': null,
'import-notation': null,
'selector-class-pattern': null,
'keyframes-name-pattern': null,
Expand Down
Loading

0 comments on commit 2492fab

Please sign in to comment.