Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/aio/tools/transforms/.eslintrc.js

22 lines
418 B
JavaScript
Raw Normal View History

test(aio): enable linting of `transforms/` and add rules for jasmine
2017-04-01 21:34:10 +03:00
module.exports = {
'env': {
'es6': true,
'jasmine': true,
'node': true
},
'extends': [
'eslint:recommended',
'plugin:jasmine/recommended'
],
'plugins': [
'jasmine'
],
'rules': {
'linebreak-style': ['error', 'unix'],
build(docs-infra): update `eslint` and `eslint-plugin-jasmine` to latest versions (#41429) This commit updates the `eslint` and `eslint-plugin-jasmine` packages to latest versions to take advantage of latest fixes and improvements. PR Close #41429
2021-04-05 19:05:54 +03:00
'no-prototype-builtins': ['off'],
test(aio): enable linting of `transforms/` and add rules for jasmine
2017-04-01 21:34:10 +03:00
'quotes': ['error', 'single'],
style(aio): fix docs linting issues (#19702) These issues appeared after upgrade of eslint jasmine plugin PR Close #19702
2017-10-25 15:02:01 +01:00
'semi': ['error', 'always'],
build(docs-infra): update `eslint` and `eslint-plugin-jasmine` to latest versions (#41429) This commit updates the `eslint` and `eslint-plugin-jasmine` packages to latest versions to take advantage of latest fixes and improvements. PR Close #41429
2021-04-05 19:05:54 +03:00
'jasmine/new-line-before-expect': ['off'],
test(aio): enable linting of `transforms/` and add rules for jasmine
2017-04-01 21:34:10 +03:00
}
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 228ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API