You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat (editor): add cli option to specify editor config path to convert (defaults to vscode)
* fix (editor): remove option configuration to fix default value
* feat (editor): add editor cli option to TSLintToESLintSettings
* feat(editor): conversion of multiple configs, read config and replace
* test(editor): adjust tests to receive convertConfigs array
* style (editor): fix incorrect import statement with js ending
* fix(editor): get error return value instead of try/catch
* style: format with prettier
* fix: capture every error while processing multiple configs
* fix: log success only once
* feat(editor): add error for editor settings conversion
* feat(editor): make editor conversion extendable like rule conversion, no reporting
* refactor(editor): extract vscode settings path and editor config into new type files
* fix: remove file ending from import statement
* fix: change import of DeepPartial
* feat(editor): report converted settings
* refactor: extract general log outputs from report rules and settings convertions
* test: report setting conversion results
* test: conversion of editor.codeActions source.fixAll.tslint into eslint.autoFixOnSave
* test: convert setting
* test: convert settings, adjust missing and converted conversion results
* test: exlcude settings converters from coverage
* test: find editor configuration, stub file system
* feat: simplify convertSettings because multiple setting changes don't apply yet
* refactor: adjust naming of test variable
* test: write editor config conversion results to proper path
* test: write editor config output with sorted keys to file system
* test: conversion of editor config
* refactor: change generics into actual types
* refactor: rename converters to specific rulesConverters and settingsConverters
* test: clean up outcommented code
* fix: change ignored coverage path
* fix: add typing and dependency property name
* fix: only convert editor settings from the editor configuration
* fix: set the already converted setting properly to the conversion result (not the original setting)
* feat: use findRawConfiguration to read editor configuration with json comments
* test: adjust tests for usage of findRawConfiguration in findEditorConfiguration
* refactor: specify naming, every "setting" to be an "editorSetting"
* style: format imports
* style: change sample name of editor-setting in tests
* fix: revert removal of no-explicit-any
0 commit comments