We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.git/info/exclude
1 parent d0c520c commit d5d6823Copy full SHA for d5d6823
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
8
### New features
9
10
+- Ignore patterns from `.git/info/exclude` in addition to `.gitignore`. [#1277](https://github.com/standard/standard/issues/1277).
11
+
12
### New rules
13
14
*(Estimated % of affected standard users, based on test suite in parens)*
package.json
@@ -20,7 +20,7 @@
20
"eslint-plugin-promise": "~4.2.1",
21
"eslint-plugin-react": "~7.14.2",
22
"eslint-plugin-standard": "~4.0.0",
23
- "standard-engine": "~11.0.1"
+ "standard-engine": "standard/standard-engine"
24
},
25
"devDependencies": {
26
"babel-eslint": "^10.0.2",
0 commit comments