Add wildcard support to new-cap: capIsNewExceptions
See original GitHub issueIn some cases it would be nice to be able to specify to ignore a whole library for instance.
I ran into this problem when using sequelize types.
eg.
type: {
type: Sequelize.ENUM('something'), // <- error here
allowNull: false,
},
Issue Analytics
- State:
- Created 8 years ago
- Comments:27 (21 by maintainers)
Top Results From Across the Web
ESLint: How to set "new-cap" rule's "capIsNewExceptions ...
Try /*eslint new-cap: [2, {capIsNewExceptions: ["S"]}]*/ var S = require("string"); var lines = S(text).lines();.
Read more >Support for wildcard domains - Azure Front Door
In this article. In this article; Add a wildcard domain and certificate binding; WAF policies; Routing rules; Next steps.
Read more >new-cap - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >00시 00분 자동으로 데이터를 받아와서 datas 폴더에 년.월.시간 ...
Add or subtract day if not day of week is set (and no match) and day of month is wildcard. if (isDayOfMonthWildcardMatch &&...
Read more >Download Diff File
NOTE: `reviver` parameter is not supported yet, but will be added in next releases. ... @since 0.0.3-0 - * @see https://eslint.org/docs/rules/new-cap ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i can continue work on this since that PR was never merged!
consistency wins, fair enough