@@ -23,15 +23,14 @@ module.exports = {
2323 } ,
2424 extends : [
2525 'plugin:import/errors' ,
26- 'prettier' ,
2726 'plugin:eslint-comments/recommended' ,
27+ 'plugin:prettier/recommended' ,
2828 ] ,
2929 overrides : [
3030 {
3131 extends : [
3232 'plugin:@typescript-eslint/eslint-recommended' ,
3333 'plugin:import/typescript' ,
34- 'prettier/@typescript-eslint' ,
3534 ] ,
3635 files : [ '*.ts' , '*.tsx' ] ,
3736 plugins : [ '@typescript-eslint/eslint-plugin' , 'local' ] ,
@@ -258,7 +257,7 @@ module.exports = {
258257 parserOptions : {
259258 sourceType : 'module' ,
260259 } ,
261- plugins : [ 'markdown' , 'import' , 'jest' , 'prettier' ] ,
260+ plugins : [ 'markdown' , 'import' , 'jest' ] ,
262261 rules : {
263262 'accessor-pairs' : [ 'warn' , { setWithoutGet : true } ] ,
264263 'block-scoped-var' : 'off' ,
@@ -442,7 +441,6 @@ module.exports = {
442441 'prefer-arrow-callback' : [ 'error' , { allowNamedFunctions : true } ] ,
443442 'prefer-const' : 'error' ,
444443 'prefer-template' : 'off' ,
445- 'prettier/prettier' : 'error' ,
446444 quotes : [
447445 'error' ,
448446 'single' ,
0 commit comments