Fix lint issues
This commit is contained in:
parent
9e22385e8d
commit
4d5ebf3ccd
@ -16,7 +16,12 @@
|
||||
"clean": "rimraf dist dev-test/dist",
|
||||
"prepublishOnly": "yarn build ",
|
||||
"prepack": "cp ../../README.md ./",
|
||||
"postpack": "rm ./README.md"
|
||||
"postpack": "rm ./README.md",
|
||||
"format:prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --write",
|
||||
"format": "run-s \"lint:js --fix --quiet\" \"format:prettier\"",
|
||||
"lint:format": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different",
|
||||
"lint:js": "eslint --color \"src/**/*.{ts,tsx}\"",
|
||||
"lint": "run-p -c --aggregate-output \"lint:*\""
|
||||
},
|
||||
"main": "dist/static-cms-app.js",
|
||||
"files": [
|
||||
|
@ -1,4 +1,4 @@
|
||||
export const DEFAULT_DATE_FORMAT = 'yyyy-MM-dd';
|
||||
export const DEFAULT_TIME_FORMAT = 'HH:mm:ss.SSS';
|
||||
export const DEFAULT_DATETIME_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSS";
|
||||
export const DEFAULT_TIMEZONE_FORMAT = "XXX";
|
||||
export const DEFAULT_TIMEZONE_FORMAT = 'XXX';
|
||||
|
Loading…
x
Reference in New Issue
Block a user