Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#cnsqa-1687 dependencies update #182

Merged
merged 12 commits into from
Nov 6, 2024
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
Loading