@ntnyq/eslint-config 3.5.1 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -124,6 +124,8 @@ export interface ConfigOptions extends ConfigOptionsInternal {
124
124
 
125
125
  javascript?: ConfigJavaScriptOptions
126
126
 
127
+ specials?: ConfigSpecialsOptions
128
+
127
129
  sort?: boolean | ConfigSortOptions
128
130
 
129
131
  gitignore?: boolean | ConfigGitIgnoreOptions