diff options
author | Unknwon <u@gogs.io> | 2016-08-17 22:44:07 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-17 22:44:07 -0700 |
commit | 7f7216be6e4a55af83a614fb2782d643af40825a (patch) | |
tree | 1429b942c9c918957dd189a947903f7a0c5bfc53 /public/config.codekit | |
parent | ec332cf903354f8ab291ea33962d244a879c330d (diff) | |
download | gitea-7f7216be6e4a55af83a614fb2782d643af40825a.tar.gz gitea-7f7216be6e4a55af83a614fb2782d643af40825a.zip |
Code quality improvement on JS
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/config.codekit b/public/config.codekit index 5faa5569f1..fa0fae58a7 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -221,6 +221,26 @@ "strictMath": 0, "strictUnits": 0 }, + "\/less\/_editor.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/less\/_editor.less", + "outputAbbreviatedPath": "\/css\/_editor.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, "\/less\/_emojify.less": { "allowInsecureImports": 0, "createSourceMap": 0, |