diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-25 09:21:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 11:21:00 -0600 |
commit | 0d1373bb71e1fd60c2b9e545aeecf631c0f68ef0 (patch) | |
tree | f8fa05f37801af6600fe58edab8a181ee1dd97f4 /.eslintrc.js | |
parent | cc8369e868ec684120a220dfa66845dad324b4a1 (diff) | |
download | voidsky-0d1373bb71e1fd60c2b9e545aeecf631c0f68ef0.tar.zst |
Remove `moderatePost_wrapped` (#7188)
* rm `moderatePost_wrapped` * Handle display in app --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index e25c9835e..5f302dfd9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -80,20 +80,6 @@ module.exports = { ], 'simple-import-sort/exports': 'error', 'react-compiler/react-compiler': 'warn', - 'no-restricted-imports': [ - 'error', - { - paths: [ - { - name: '@atproto/api', - importNames: ['moderatePost'], - message: - 'Please use `moderatePost_wrapped` from `#/lib/moderatePost_wrapped` instead.', - }, - ], - }, - ], - '@typescript-eslint/ban-ts-comment': 'warn', }, ignorePatterns: [ '**/__mocks__/*.ts', |