Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,687 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 51 repositories not shown
Created a pull request in standard/standard-engine that received 1 comment
Add `extensions` and `noDefaultExtensions` options; Allow all options to be passed into lintText / lintFiles, or specified in the package.json
Allow all options to be passed into lintText / lintFiles, or specified in the package.json:
New: Add extensions option
New: Add noDefaultExtens…
- Add fromArrayView for TypedArrays and DataViews. Fast path for Uint8A…
- Remove descending copy from end
- Different behaviour from node.js for utf16leSlice
- Add codespell action
- [Fix] `Symbol.for` is a syntax error in older browsers
- added UInt to Uint aliases just like in NodeJS 14
- remove redundant latin1Write function
Created an issue in eslint/eslint that received 4 comments
Bug with automatic formatting for "function-paren-newline" rule
Tell us about your environment
ESLint Version: 7.12.1
Node Version: 14 LTS
npm Version: 6
What parser (default, @babel/eslint-parser, @typescript…
- Apply indentation rules to template literals (indent)
- Release proposal: 16.0.0
- Relax rule: Don't warn about camelcase for React UNSAFE_* methods
- "React version missing" warning
- JSX: Prevent usage of unsafe `target='_blank'` on any component named `Link`
- Check if the shorthand fragment syntax requires a key prop (react/jsx-key)
- Prevent passing of children as props (react/no-children-prop)
- Prevent problem with children and props.dangerouslySetInnerHTML (react/no-danger-with-children)
- Prevent usage of deprecated methods (react/no-deprecated)
- Prevent direct mutation of this.state (react/no-direct-mutation-state)
- Prevent usage of findDOMNode (react/no-find-dom-node)
- Prevent usage of isMounted (react/no-is-mounted)
- Prevent usage of the return value of ReactDOM.render (react/no-render-return-value)
- Prevent using string references (react/no-string-refs)
- Prevent invalid characters from appearing in markup (react/no-unescaped-entities)
- Enforce ES5 or ES6 class for returning value in render function (react/require-render-return)
- Enforce newlines between operands of ternary expressions if the expression spans multiple lines (multiline-ternary)
- Add ES2021 Globals
- Disallow loops with a body that allows only one iteration (no-unreachable-loop)
- Disallow returning values from Promise executor functions (no-promise-executor-return)
- Disallow useless backreferences in regular expressions (no-useless-backreference)
- Enforce default clauses in switch statements to be last (default-case-last)
- Disallow Number Literals That Lose Precision (no-loss-of-precision)
- Support EcmaScript 2021