3 Star 0 Fork 0

热门极速下载 / highlight.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.lang.js 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
env: {
browser: true,
es6: true,
node: true
},
parserOptions: {
ecmaVersion: 2015,
sourceType: "module"
},
// no rules, this file exists only to lint the grammars and check
// that no ES2018 or newer syntax has crept in by accident
rules: {}
};
JavaScript
1
https://gitee.com/mirrors_trending/highlight.js.git
git@gitee.com:mirrors_trending/highlight.js.git
mirrors_trending
highlight.js
highlight.js
main

搜索帮助