File tree Expand file tree Collapse file tree 9 files changed +444
-418
lines changed
Expand file tree Collapse file tree 9 files changed +444
-418
lines changed Original file line number Diff line number Diff line change 1- # EditorConfig: http ://EditorConfig.org
1+ # EditorConfig is awesome: https ://EditorConfig.org
22
3- # top-most EditorConfig file
43root = true
54
6- # Unix-style newlines with a newline ending every file
75[* ]
8- charset = utf-8
96end_of_line = lf
10- trim_trailing_whitespace = true
117insert_final_newline = true
8+
9+ [* .{js,d.ts,ts} ]
10+ charset = utf-8
11+ trim_trailing_whitespace = true
1212indent_style = space
1313indent_size = 4
1414
15- # 2 space indentation
16- [* .yaml, * .yml ]
15+ [package.json,* .yaml ]
1716indent_style = space
1817indent_size = 2
Original file line number Diff line number Diff line change 1+ * text =auto eol =lf
Original file line number Diff line number Diff line change 11# Global
22node_modules /
3+ coverage
34
45# OS Generated
56.DS_Store *
Original file line number Diff line number Diff line change 1+ <a name =" 2.1.0 " ></a >
2+ # [ 2.1.0] ( https://github.com/faker-javascript/profession ) (2022-01-12)
3+ * Added xo, tsd, c8.
4+ * Improved tests.
5+
16<a name =" 2.0.1 " ></a >
27# [ 2.0.1] ( https://github.com/faker-javascript/profession ) (2022-01-10)
38* GitHub docs updates.
Original file line number Diff line number Diff line change 1+ interface Options {
2+ rank ?: boolean ;
3+ locale ?: string ;
4+ }
5+ export default function profession ( options ?: Options ) : string ;
You can’t perform that action at this time.
0 commit comments