mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {OFFTOPIC_TOGGLE_CHECKBOX} from './constants';
|
||||
import { OFFTOPIC_TOGGLE_CHECKBOX } from './constants';
|
||||
|
||||
export const toggleCheckbox = () => ({
|
||||
type: OFFTOPIC_TOGGLE_CHECKBOX
|
||||
type: OFFTOPIC_TOGGLE_CHECKBOX,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user